#BCD6CD

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

Shades of Jet Stream #BCD6CD

Tints of Jet Stream #BCD6CD

Color information

#BCD6CD (or 0xBCD6CD) is unknown color: approx Jet Stream. HEX triplet: BC, D6 and CD. RGB value is (188,214,205). Sum of RGB (Red+Green+Blue) = 188+214+205=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6CD is #432932. Grayscale: #CDCDCD. Windows color (decimal): -4401459 or 13489852. OLE color: 13489852.

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

Color convert

RGB188214205-
CMYK0.1200.040.16
HSL159.23º24.07%78.82%-
HSV(B)159.23º12.15%83.92%-
XYZ55.8163.1967.01-
YUV205.2127.89115.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 214 (83.98% from 255) = 35.26%
BLUE value IS 205 (80.47% from 255) = 33.77%
R=30.97%
G=35.26%
B=33.77%

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
Decimal1882142050.1200.040.16159.2324.0778.82
HexBCD6CDC04109f184f
Octal27432631514042023730117
Binary101111001101011011001101110001001000010011111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD6CD; }

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

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

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

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

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

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

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

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