Html Css Color HEX #BCD6D1 Scandal

📋 copy color: '#BCD6D1'

red 188 ◦ green 214 ◦ blue 209

#BCD6D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scandal #BCD6D1

Tints of Scandal #BCD6D1

RGB

 RED value IS 188 (73.83% from 255) = 30.77%

 GREEN value IS 214 (83.98% from 255) = 35.02%

 BLUE value IS 209 (82.03% from 255) = 34.21%

R = 30.77%
G = 35.02%
B = 34.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#BCD6D1 (or 0xBCD6D1) is known color: Scandal. HEX triplet: BC, D6 and D1. RGB value is (188,214,209). Sum of RGB (Red+Green+Blue) = 188+214+209=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 209 (82.03% from 255 or 34.21% from 611); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6D1 is #43292E. Grayscale: #CDCDCD. Windows color (decimal): -4401455 or 13751996. OLE color: 13751996.

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

Color convert

RGB 188 214 209 -
CMYK 0.12 0 0.02 0.16
HSL 168.46º 0.24% 0.79% -
HSV(B) 168.46º 0.12% 0.84% -
XYZ 56.29 63.39 69.59 -
YUV 205.66 129.89 115.41 -
System Red Green Blue C M Y K H S L
Decimal 188 214 209 0.12 0 0.02 0.16 168.46 0.24 0.79
Hex BC D6 D1 C 0 2 10 A8 18 4F
Octal 274 326 321 14 0 2 20 250 30 117
Binary 10111100 11010110 11010001 1100 0 10 10000 10101000 11000 1001111

Color Harmonies of #BCD6D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD6D1

Black with #BCD6D1

Text Example


Text Example

White with #BCD6D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD6D1; }

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

 H1.HeaderClassName
 {
   color: #BCD6D1;
 }
 .AnyTagClassName
 {
   color: #BCD6D1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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