#BBC9C4

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

Shades of Jet Stream #BBC9C4

Tints of Jet Stream #BBC9C4

Color information

#BBC9C4 (or 0xBBC9C4) is unknown color: approx Jet Stream. HEX triplet: BB, C9 and C4. RGB value is (187,201,196). Sum of RGB (Red+Green+Blue) = 187+201+196=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 201 (78.91% from 255 or 34.42% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC9C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC9C4 is #44363B. Grayscale: #C4C4C4. Windows color (decimal): -4470332 or 12896699. OLE color: 12896699.

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

Color convert

RGB187201196-
CMYK0.0700.020.21
HSL158.57º11.48%76.08%-
HSV(B)158.57º6.97%78.82%-
XYZ51.3456.3260.39-
YUV196.24127.86121.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.02%
GREEN value IS 201 (78.91% from 255) = 34.42%
BLUE value IS 196 (76.95% from 255) = 33.56%
R=32.02%
G=34.42%
B=33.56%

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
Decimal1872011960.0700.020.21158.5711.4876.08
HexBBC9C4702159fb4c
Octal2733113047022523713114
Binary101110111100100111000100111010101011001111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC9C4; }

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

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

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

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

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

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

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

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