#BCD6D4

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

Shades of Scandal #BCD6D4

Tints of Scandal #BCD6D4

Color information

#BCD6D4 (or 0xBCD6D4) is unknown color: approx Scandal. HEX triplet: BC, D6 and D4. RGB value is (188,214,212). Sum of RGB (Red+Green+Blue) = 188+214+212=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6D4 is #43292B. Grayscale: #CDCDCD. Windows color (decimal): -4401452 or 13948604. OLE color: 13948604.

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

Color convert

RGB188214212-
CMYK0.1200.010.16
HSL175.38º24.07%78.82%-
HSV(B)175.38º12.15%83.92%-
XYZ56.6763.5471.56-
YUV206131.39115.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.62%
GREEN value IS 214 (83.98% from 255) = 34.85%
BLUE value IS 212 (83.20% from 255) = 34.53%
R=30.62%
G=34.85%
B=34.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882142120.1200.010.16175.3824.0778.82
HexBCD6D4C0110af184f
Octal27432632414012025730117
Binary1011110011010110110101001100011000010101111110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD6D4; }

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

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

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

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

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

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

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

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