Html Css Color HEX #B9D9D4 Scandal

📋 copy color: '#B9D9D4'

red 185 ◦ green 217 ◦ blue 212

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

Shades of Scandal #B9D9D4

Tints of Scandal #B9D9D4

RGB

 RED value IS 185 (72.66% from 255) = 30.13%

 GREEN value IS 217 (85.16% from 255) = 35.34%

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

R = 30.13%
G = 35.34%
B = 34.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#B9D9D4 (or 0xB9D9D4) is known color: Scandal. HEX triplet: B9, D9 and D4. RGB value is (185,217,212). Sum of RGB (Red+Green+Blue) = 185+217+212=614 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.13% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D9D4 is #46262B. Grayscale: #CECECE. Windows color (decimal): -4597292 or 13949369. OLE color: 13949369.

HSL color Cylindrical-coordinate representation of color #B9D9D4: hue angle of 170.62º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9D9D4 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 217 212 -
CMYK 0.15 0 0.02 0.15
HSL 170.63º 0.3% 0.79% -
HSV(B) 170.63º 0.15% 0.85% -
XYZ 56.7 64.69 71.79 -
YUV 206.86 130.9 112.41 -
System Red Green Blue C M Y K H S L
Decimal 185 217 212 0.15 0 0.02 0.15 170.63 0.3 0.79
Hex B9 D9 D4 F 0 2 F AB 1E 4F
Octal 271 331 324 17 0 2 17 253 36 117
Binary 10111001 11011001 11010100 1111 0 10 1111 10101011 11110 1001111

Color Harmonies of #B9D9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D9D4

Black with #B9D9D4

Text Example


Text Example

White with #B9D9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D9D4; }

 p { color: rgb(185,217,212); }

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

background-color css

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

 a { background-color: rgb(185,217,212); }

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

border-color css

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

 span { border-color: rgb(185,217,212); }

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