#BFD2CB

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

Shades of Jet Stream #BFD2CB

Tints of Jet Stream #BFD2CB

Color information

#BFD2CB (or 0xBFD2CB) is unknown color: approx Jet Stream. HEX triplet: BF, D2 and CB. RGB value is (191,210,203). Sum of RGB (Red+Green+Blue) = 191+210+203=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2CB is #402D34. Grayscale: #CBCBCB. Windows color (decimal): -4205877 or 13357759. OLE color: 13357759.

HSL color Cylindrical-coordinate representation of color #BFD2CB: hue angle of 157.89º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFD2CB is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB191210203-
CMYK0.0900.030.18
HSL157.89º17.43%78.63%-
HSV(B)157.89º9.05%82.35%-
XYZ55.3161.4865.45-
YUV203.52127.71119.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.62%
GREEN value IS 210 (82.42% from 255) = 34.77%
BLUE value IS 203 (79.69% from 255) = 33.61%
R=31.62%
G=34.77%
B=33.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912102030.0900.030.18157.8917.4378.63
HexBFD2CB903129e114f
Octal27732231311032223621117
Binary10111111110100101100101110010111001010011110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD2CB; }

 p { color: rgb(191,210,203); }

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

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

 a { background-color: rgb(191,210,203); }

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

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

 span { border-color: rgb(191,210,203); }

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