#BCD8CC

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

Shades of Jet Stream #BCD8CC

Tints of Jet Stream #BCD8CC

Color information

#BCD8CC (or 0xBCD8CC) is unknown color: approx Jet Stream. HEX triplet: BC, D8 and CC. RGB value is (188,216,204). Sum of RGB (Red+Green+Blue) = 188+216+204=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 216 (84.77% from 255 or 35.53% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD8CC is #432733. Grayscale: #CECECE. Windows color (decimal): -4400948 or 13424828. OLE color: 13424828.

HSL color Cylindrical-coordinate representation of color #BCD8CC: hue angle of 154.29º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCD8CC is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB188216204-
CMYK0.1300.060.15
HSL154.29º26.42%79.22%-
HSV(B)154.29º12.96%84.71%-
XYZ56.1964.1666.55-
YUV206.26126.72114.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.92%
GREEN value IS 216 (84.77% from 255) = 35.53%
BLUE value IS 204 (80.08% from 255) = 33.55%
R=30.92%
G=35.53%
B=33.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1882162040.1300.060.15154.2926.4279.22
HexBCD8CCD06F9a1a4f
Octal27433031415061723232117
Binary10111100110110001100110011010110111110011010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD8CC; }

 p { color: rgb(188,216,204); }

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

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

 a { background-color: rgb(188,216,204); }

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

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

 span { border-color: rgb(188,216,204); }

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