#BFD5CE

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

Shades of Jet Stream #BFD5CE

Tints of Jet Stream #BFD5CE

Color information

#BFD5CE (or 0xBFD5CE) is unknown color: approx Jet Stream. HEX triplet: BF, D5 and CE. RGB value is (191,213,206). Sum of RGB (Red+Green+Blue) = 191+213+206=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD5CE is #402A31. Grayscale: #CDCDCD. Windows color (decimal): -4205106 or 13555135. OLE color: 13555135.

HSL color Cylindrical-coordinate representation of color #BFD5CE: hue angle of 160.91º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFD5CE is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB191213206-
CMYK0.1000.030.16
HSL160.91º20.75%79.22%-
HSV(B)160.91º10.33%83.53%-
XYZ56.4263.1267.6-
YUV205.62128.21117.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.31%
GREEN value IS 213 (83.59% from 255) = 34.92%
BLUE value IS 206 (80.86% from 255) = 33.77%
R=31.31%
G=34.92%
B=33.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912132060.1000.030.16160.9120.7579.22
HexBFD5CEA0310a1154f
Octal27732531612032024125117
Binary10111111110101011100111010100111000010100001101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD5CE; }

 p { color: rgb(191,213,206); }

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

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

 a { background-color: rgb(191,213,206); }

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

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

 span { border-color: rgb(191,213,206); }

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