Html Css Color HEX #BDD7D4 Scandal

📋 copy color: '#BDD7D4'

red 189 ◦ green 215 ◦ blue 212

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

Shades of Scandal #BDD7D4

Tints of Scandal #BDD7D4

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.9%

 BLUE value IS 212 (83.2% from 255) = 34.42%

R = 30.68%
G = 34.9%
B = 34.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#BDD7D4 (or 0xBDD7D4) is known color: Scandal. HEX triplet: BD, D7 and D4. RGB value is (189,215,212). Sum of RGB (Red+Green+Blue) = 189+215+212=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 215 - color contains mainly: green. Hex color #BDD7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDD7D4 is #42282B. Grayscale: #CECECE. Windows color (decimal): -4335660 or 13948861. OLE color: 13948861.

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

Color convert

RGB 189 215 212 -
CMYK 0.12 0 0.01 0.16
HSL 173.08º 0.25% 0.79% -
HSV(B) 173.08º 0.12% 0.84% -
XYZ 57.17 64.17 71.66 -
YUV 206.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 189 215 212 0.12 0 0.01 0.16 173.08 0.25 0.79
Hex BD D7 D4 C 0 1 10 AD 19 4F
Octal 275 327 324 14 0 1 20 255 31 117
Binary 10111101 11010111 11010100 1100 0 1 10000 10101101 11001 1001111

Color Harmonies of #BDD7D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD7D4

Black with #BDD7D4

Text Example


Text Example

White with #BDD7D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD7D4; }

 p { color: rgb(189,215,212); }

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

background-color css

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

 a { background-color: rgb(189,215,212); }

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

border-color css

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

 span { border-color: rgb(189,215,212); }

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