#BBCCC8

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

Shades of Jet Stream #BBCCC8

Tints of Jet Stream #BBCCC8

Color information

#BBCCC8 (or 0xBBCCC8) is unknown color: approx Jet Stream. HEX triplet: BB, CC and C8. RGB value is (187,204,200). Sum of RGB (Red+Green+Blue) = 187+204+200=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 200 (78.52% from 255 or 33.84% from 591); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCC8 is #443337. Grayscale: #C6C6C6. Windows color (decimal): -4469560 or 13159611. OLE color: 13159611.

HSL color Cylindrical-coordinate representation of color #BBCCC8: hue angle of 165.88º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCCC8 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB187204200-
CMYK0.0800.020.2
HSL165.88º14.29%76.67%-
HSV(B)165.88º8.33%80%-
XYZ52.5157.9263.06-
YUV198.46128.87119.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.64%
GREEN value IS 204 (80.08% from 255) = 34.52%
BLUE value IS 200 (78.52% from 255) = 33.84%
R=31.64%
G=34.52%
B=33.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1872042000.0800.020.2165.8814.2976.67
HexBBCCC880214a6e4d
Octal27331431010022424616115
Binary1011101111001100110010001000010101001010011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCCC8; }

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

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

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

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

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

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

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

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