#BCD4CE

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

Shades of Jet Stream #BCD4CE

Tints of Jet Stream #BCD4CE

Color information

#BCD4CE (or 0xBCD4CE) is unknown color: approx Jet Stream. HEX triplet: BC, D4 and CE. RGB value is (188,212,206). Sum of RGB (Red+Green+Blue) = 188+212+206=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 212 (83.20% from 255 or 34.98% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD4CE is #432B31. Grayscale: #CCCCCC. Windows color (decimal): -4401970 or 13554876. OLE color: 13554876.

HSL color Cylindrical-coordinate representation of color #BCD4CE: hue angle of 165º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCD4CE is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB188212206-
CMYK0.1100.030.17
HSL165º21.82%78.43%-
HSV(B)165º11.32%83.14%-
XYZ55.4262.2367.48-
YUV204.14129.05116.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.02%
GREEN value IS 212 (83.20% from 255) = 34.98%
BLUE value IS 206 (80.86% from 255) = 33.99%
R=31.02%
G=34.98%
B=33.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882122060.1100.030.1716521.8278.43
HexBCD4CEB0311a5164e
Octal27432431613032124526116
Binary10111100110101001100111010110111000110100101101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD4CE; }

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

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

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

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

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

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

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

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