#BBCFC9

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

Shades of Jet Stream #BBCFC9

Tints of Jet Stream #BBCFC9

Color information

#BBCFC9 (or 0xBBCFC9) is unknown color: approx Jet Stream. HEX triplet: BB, CF and C9. RGB value is (187,207,201). Sum of RGB (Red+Green+Blue) = 187+207+201=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFC9 is #443036. Grayscale: #C8C8C8. Windows color (decimal): -4468791 or 13225915. OLE color: 13225915.

HSL color Cylindrical-coordinate representation of color #BBCFC9: hue angle of 162º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBCFC9 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB187207201-
CMYK0.1000.030.19
HSL162º17.24%77.25%-
HSV(B)162º9.66%81.18%-
XYZ53.3559.4163.91-
YUV200.34128.37118.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.43%
GREEN value IS 207 (81.25% from 255) = 34.79%
BLUE value IS 201 (78.91% from 255) = 33.78%
R=31.43%
G=34.79%
B=33.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1872072010.1000.030.1916217.2477.25
HexBBCFC9A0313a2114d
Octal27331731112032324221115
Binary10111011110011111100100110100111001110100010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFC9; }

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

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

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

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

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

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

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

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