Html Css Color HEX #BDDCD9 Scandal

📋 copy color: '#BDDCD9'

red 189 ◦ green 220 ◦ blue 217

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

Shades of Scandal #BDDCD9

Tints of Scandal #BDDCD9

RGB

 RED value IS 189 (74.22% from 255) = 30.19%

 GREEN value IS 220 (86.33% from 255) = 35.14%

 BLUE value IS 217 (85.16% from 255) = 34.66%

R = 30.19%
G = 35.14%
B = 34.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#BDDCD9 (or 0xBDDCD9) is known color: Scandal. HEX triplet: BD, DC and D9. RGB value is (189,220,217). Sum of RGB (Red+Green+Blue) = 189+220+217=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 217 (85.16% from 255 or 34.66% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDCD9 is #422326. Grayscale: #D2D2D2. Windows color (decimal): -4334375 or 14277821. OLE color: 14277821.

HSL color Cylindrical-coordinate representation of color #BDDCD9: hue angle of 174.19º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDCD9 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 220 217 -
CMYK 0.14 0 0.01 0.14
HSL 174.19º 0.31% 0.8% -
HSV(B) 174.19º 0.14% 0.86% -
XYZ 59.1 67.01 75.47 -
YUV 210.39 131.73 112.74 -
System Red Green Blue C M Y K H S L
Decimal 189 220 217 0.14 0 0.01 0.14 174.19 0.31 0.8
Hex BD DC D9 E 0 1 E AE 1F 50
Octal 275 334 331 16 0 1 16 256 37 120
Binary 10111101 11011100 11011001 1110 0 1 1110 10101110 11111 1010000

Color Harmonies of #BDDCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDCD9

Black with #BDDCD9

Text Example


Text Example

White with #BDDCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDCD9; }

 p { color: rgb(189,220,217); }

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

background-color css

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

 a { background-color: rgb(189,220,217); }

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

border-color css

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

 span { border-color: rgb(189,220,217); }

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