#BCD6CE

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

Shades of Jet Stream #BCD6CE

Tints of Jet Stream #BCD6CE

Color information

#BCD6CE (or 0xBCD6CE) is unknown color: approx Jet Stream. HEX triplet: BC, D6 and CE. RGB value is (188,214,206). Sum of RGB (Red+Green+Blue) = 188+214+206=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 214 (83.98% from 255 or 35.20% from 608); Blue value is 206 (80.86% from 255 or 33.88% from 608); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6CE is #432931. Grayscale: #CDCDCD. Windows color (decimal): -4401458 or 13555388. OLE color: 13555388.

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

Color convert

RGB188214206-
CMYK0.1200.040.16
HSL161.54º24.07%78.82%-
HSV(B)161.54º12.15%83.92%-
XYZ55.9363.2467.65-
YUV205.31128.39115.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.92%
GREEN value IS 214 (83.98% from 255) = 35.20%
BLUE value IS 206 (80.86% from 255) = 33.88%
R=30.92%
G=35.20%
B=33.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882142060.1200.040.16161.5424.0778.82
HexBCD6CEC0410a2184f
Octal27432631614042024230117
Binary101111001101011011001110110001001000010100010110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD6CE; }

 p { color: rgb(188,214,206); }

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

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

 a { background-color: rgb(188,214,206); }

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

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

 span { border-color: rgb(188,214,206); }

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