#BBD6C8

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

Shades of Jet Stream #BBD6C8

Tints of Jet Stream #BBD6C8

Color information

#BBD6C8 (or 0xBBD6C8) is unknown color: approx Jet Stream. HEX triplet: BB, D6 and C8. RGB value is (187,214,200). Sum of RGB (Red+Green+Blue) = 187+214+200=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6C8 is #442937. Grayscale: #CCCCCC. Windows color (decimal): -4467000 or 13162171. OLE color: 13162171.

HSL color Cylindrical-coordinate representation of color #BBD6C8: hue angle of 148.89º 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 #BBD6C8 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB187214200-
CMYK0.1300.070.16
HSL148.89º24.77%78.63%-
HSV(B)148.89º12.62%83.92%-
XYZ54.9762.8363.87-
YUV204.33125.55115.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.11%
GREEN value IS 214 (83.98% from 255) = 35.61%
BLUE value IS 200 (78.52% from 255) = 33.28%
R=31.11%
G=35.61%
B=33.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872142000.1300.070.16148.8924.7778.63
HexBBD6C8D071095194f
Octal27332631015072022531117
Binary101110111101011011001000110101111000010010101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD6C8; }

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

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

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

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

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

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

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

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