#BFD6CD

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

Shades of Jet Stream #BFD6CD

Tints of Jet Stream #BFD6CD

Color information

#BFD6CD (or 0xBFD6CD) is unknown color: approx Jet Stream. HEX triplet: BF, D6 and CD. RGB value is (191,214,205). Sum of RGB (Red+Green+Blue) = 191+214+205=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6CD is #402932. Grayscale: #CECECE. Windows color (decimal): -4204851 or 13489855. OLE color: 13489855.

HSL color Cylindrical-coordinate representation of color #BFD6CD: hue angle of 156.52º 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 #BFD6CD is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB191214205-
CMYK0.1100.040.16
HSL156.52º21.9%79.41%-
HSV(B)156.52º10.75%83.92%-
XYZ56.5563.5867.05-
YUV206.1127.38117.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.31%
GREEN value IS 214 (83.98% from 255) = 35.08%
BLUE value IS 205 (80.47% from 255) = 33.61%
R=31.31%
G=35.08%
B=33.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912142050.1100.040.16156.5221.979.41
HexBFD6CDB04109d164f
Octal27732631513042023526117
Binary101111111101011011001101101101001000010011101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD6CD; }

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

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

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

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

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

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

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

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