#BBCFC8

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

Shades of Jet Stream #BBCFC8

Tints of Jet Stream #BBCFC8

Color information

#BBCFC8 (or 0xBBCFC8) is unknown color: approx Jet Stream. HEX triplet: BB, CF and C8. RGB value is (187,207,200). Sum of RGB (Red+Green+Blue) = 187+207+200=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFC8 is #443037. Grayscale: #C8C8C8. Windows color (decimal): -4468792 or 13160379. OLE color: 13160379.

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

Color convert

RGB187207200-
CMYK0.1000.030.19
HSL159º17.24%77.25%-
HSV(B)159º9.66%81.18%-
XYZ53.2359.3663.3-
YUV200.22127.87118.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.48%
GREEN value IS 207 (81.25% from 255) = 34.85%
BLUE value IS 200 (78.52% from 255) = 33.67%
R=31.48%
G=34.85%
B=33.67%

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
Decimal1872072000.1000.030.1915917.2477.25
HexBBCFC8A03139f114d
Octal27331731012032323721115
Binary10111011110011111100100010100111001110011111100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCFC8; }

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

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

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

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

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

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

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

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