#BFD0CA

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

Shades of Jet Stream #BFD0CA

Tints of Jet Stream #BFD0CA

Color information

#BFD0CA (or 0xBFD0CA) is unknown color: approx Jet Stream. HEX triplet: BF, D0 and CA. RGB value is (191,208,202). Sum of RGB (Red+Green+Blue) = 191+208+202=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0CA is #402F35. Grayscale: #CACACA. Windows color (decimal): -4206390 or 13291711. OLE color: 13291711.

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

Color convert

RGB191208202-
CMYK0.0800.030.18
HSL158.82º15.32%78.24%-
HSV(B)158.82º8.17%81.57%-
XYZ54.760.4564.66-
YUV202.23127.87119.99-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.78%
GREEN value IS 208 (81.64% from 255) = 34.61%
BLUE value IS 202 (79.30% from 255) = 33.61%
R=31.78%
G=34.61%
B=33.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912082020.0800.030.18158.8215.3278.24
HexBFD0CA803129ff4e
Octal27732031210032223717116
Binary1011111111010000110010101000011100101001111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD0CA; }

 p { color: rgb(191,208,202); }

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

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

 a { background-color: rgb(191,208,202); }

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

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

 span { border-color: rgb(191,208,202); }

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