Html Css Color HEX #BDDBD8 Scandal

📋 copy color: '#BDDBD8'

red 189 ◦ green 219 ◦ blue 216

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

Shades of Scandal #BDDBD8

Tints of Scandal #BDDBD8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.1%

 BLUE value IS 216 (84.77% from 255) = 34.62%

R = 30.29%
G = 35.1%
B = 34.62%

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

#BDDBD8 (or 0xBDDBD8) is known color: Scandal. HEX triplet: BD, DB and D8. RGB value is (189,219,216). Sum of RGB (Red+Green+Blue) = 189+219+216=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBD8 is #422427. Grayscale: #D1D1D1. Windows color (decimal): -4334632 or 14212029. OLE color: 14212029.

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

Color convert

RGB 189 219 216 -
CMYK 0.14 0 0.01 0.14
HSL 174º 0.29% 0.8% -
HSV(B) 174º 0.14% 0.86% -
XYZ 58.71 66.44 74.7 -
YUV 209.69 131.56 113.24 -
System Red Green Blue C M Y K H S L
Decimal 189 219 216 0.14 0 0.01 0.14 174 0.29 0.8
Hex BD DB D8 E 0 1 E AE 1D 50
Octal 275 333 330 16 0 1 16 256 35 120
Binary 10111101 11011011 11011000 1110 0 1 1110 10101110 11101 1010000

Color Harmonies of #BDDBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBD8

Black with #BDDBD8

Text Example


Text Example

White with #BDDBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBD8; }

 p { color: rgb(189,219,216); }

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

background-color css

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

 a { background-color: rgb(189,219,216); }

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

border-color css

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

 span { border-color: rgb(189,219,216); }

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