#BFD6CB

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

Shades of Jet Stream #BFD6CB

Tints of Jet Stream #BFD6CB

Color information

#BFD6CB (or 0xBFD6CB) is unknown color: approx Jet Stream. HEX triplet: BF, D6 and CB. RGB value is (191,214,203). Sum of RGB (Red+Green+Blue) = 191+214+203=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6CB is #402934. Grayscale: #CDCDCD. Windows color (decimal): -4204853 or 13358783. OLE color: 13358783.

HSL color Cylindrical-coordinate representation of color #BFD6CB: hue angle of 151.3º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFD6CB is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB191214203-
CMYK0.1100.050.16
HSL151.3º21.9%79.41%-
HSV(B)151.3º10.75%83.92%-
XYZ56.3163.4865.79-
YUV205.87126.38117.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.41%
GREEN value IS 214 (83.98% from 255) = 35.20%
BLUE value IS 203 (79.69% from 255) = 33.39%
R=31.41%
G=35.20%
B=33.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912142030.1100.050.16151.321.979.41
HexBFD6CBB051097164f
Octal27732631313052022726117
Binary101111111101011011001011101101011000010010111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD6CB; }

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

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

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

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

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

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

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

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