#BBCAC4

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

Shades of Jet Stream #BBCAC4

Tints of Jet Stream #BBCAC4

Color information

#BBCAC4 (or 0xBBCAC4) is unknown color: approx Jet Stream. HEX triplet: BB, CA and C4. RGB value is (187,202,196). Sum of RGB (Red+Green+Blue) = 187+202+196=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 202 (79.30% from 255 or 34.53% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAC4 is #44353B. Grayscale: #C4C4C4. Windows color (decimal): -4470076 or 12896955. OLE color: 12896955.

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

Color convert

RGB187202196-
CMYK0.0700.030.21
HSL156º12.4%76.27%-
HSV(B)156º7.43%79.22%-
XYZ51.5856.7960.47-
YUV196.83127.53120.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.97%
GREEN value IS 202 (79.30% from 255) = 34.53%
BLUE value IS 196 (76.95% from 255) = 33.50%
R=31.97%
G=34.53%
B=33.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872021960.0700.030.2115612.476.27
HexBBCAC4703159cc4c
Octal2733123047032523414114
Binary101110111100101011000100111011101011001110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAC4; }

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

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

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

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

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

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

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

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