#BBCAC6

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

Shades of Jet Stream #BBCAC6

Tints of Jet Stream #BBCAC6

Color information

#BBCAC6 (or 0xBBCAC6) is unknown color: approx Jet Stream. HEX triplet: BB, CA and C6. RGB value is (187,202,198). Sum of RGB (Red+Green+Blue) = 187+202+198=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAC6 is #443539. Grayscale: #C5C5C5. Windows color (decimal): -4470074 or 13028027. OLE color: 13028027.

HSL color Cylindrical-coordinate representation of color #BBCAC6: hue angle of 164º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBCAC6 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB187202198-
CMYK0.0700.020.21
HSL164º12.4%76.27%-
HSV(B)164º7.43%79.22%-
XYZ51.8156.8861.68-
YUV197.06128.53120.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 202 (79.30% from 255) = 34.41%
BLUE value IS 198 (77.73% from 255) = 33.73%
R=31.86%
G=34.41%
B=33.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872021980.0700.020.2116412.476.27
HexBBCAC670215a4c4c
Octal2733123067022524414114
Binary101110111100101011000110111010101011010010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAC6; }

 p { color: rgb(187,202,198); }

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

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

 a { background-color: rgb(187,202,198); }

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

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

 span { border-color: rgb(187,202,198); }

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