#BBD6CC

Color #BBD6CC Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #BBD6CC

Tints of Jet Stream #BBD6CC

Color information

#BBD6CC (or 0xBBD6CC) is unknown color: approx Jet Stream. HEX triplet: BB, D6 and CC. RGB value is (187,214,204). Sum of RGB (Red+Green+Blue) = 187+214+204=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 214 (83.98% from 255 or 35.37% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6CC is #442933. Grayscale: #CCCCCC. Windows color (decimal): -4466996 or 13424315. OLE color: 13424315.

HSL color Cylindrical-coordinate representation of color #BBD6CC: hue angle of 157.78º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBD6CC is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB187214204-
CMYK0.1300.050.16
HSL157.78º24.77%78.63%-
HSV(B)157.78º12.62%83.92%-
XYZ55.4463.0266.37-
YUV204.79127.55115.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 30.91%
GREEN value IS 214 (83.98% from 255) = 35.37%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=30.91%
G=35.37%
B=33.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872142040.1300.050.16157.7824.7778.63
HexBBD6CCD05109e194f
Octal27332631415052023631117
Binary101110111101011011001100110101011000010011110110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD6CC; }

 p { color: rgb(187,214,204); }

 H1.HeaderClassName
 {
   color: #BBD6CC;
 }
 .AnyTagClassName
 {
   color: #BBD6CC;
 }
</style>
background-color css

<style>
 a { background-color: #BBD6CC; }

 a { background-color: rgb(187,214,204); }

 div.DivClassName
 {
   background-color: #BBD6CC;
 }
 .BgClassName
 {
   background-color: #BBD6CC;
 }
</style>
border-color css

<style>
 span { border-color: #BBD6CC; }

 span { border-color: rgb(187,214,204); }

 td.TdClassName
 {
   border-color: #BBD6CC;
 }
 .TagClassName
 {
   border-color: #BBD6CC;
 }
</style>