#BCD5D1

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

Shades of Scandal #BCD5D1

Tints of Scandal #BCD5D1

Color information

#BCD5D1 (or 0xBCD5D1) is unknown color: approx Scandal. HEX triplet: BC, D5 and D1. RGB value is (188,213,209). Sum of RGB (Red+Green+Blue) = 188+213+209=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 209 (82.03% from 255 or 34.26% from 610); Max value from RGB is 213 - color contains mainly: green. Hex color #BCD5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5D1 is #432A2E. Grayscale: #CDCDCD. Windows color (decimal): -4401711 or 13751740. OLE color: 13751740.

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

Color convert

RGB188213209-
CMYK0.1200.020.16
HSL170.4º22.94%78.63%-
HSV(B)170.4º11.74%83.53%-
XYZ56.0462.8869.51-
YUV205.07130.22115.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.82%
GREEN value IS 213 (83.59% from 255) = 34.92%
BLUE value IS 209 (82.03% from 255) = 34.26%
R=30.82%
G=34.92%
B=34.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1882132090.1200.020.16170.422.9478.63
HexBCD5D1C0210aa174f
Octal27432532114022025227117
Binary10111100110101011101000111000101000010101010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD5D1; }

 p { color: rgb(188,213,209); }

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

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

 a { background-color: rgb(188,213,209); }

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

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

 span { border-color: rgb(188,213,209); }

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