Html Css Color HEX #B9D8D7 Scandal

📋 copy color: '#B9D8D7'

red 185 ◦ green 216 ◦ blue 215

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

Shades of Scandal #B9D8D7

Tints of Scandal #B9D8D7

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.06%

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

R = 30.03%
G = 35.06%
B = 34.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#B9D8D7 (or 0xB9D8D7) is known color: Scandal. HEX triplet: B9, D8 and D7. RGB value is (185,216,215). Sum of RGB (Red+Green+Blue) = 185+216+215=616 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.03% from 616); Green value is 216 (84.77% from 255 or 35.06% from 616); Blue value is 215 (84.38% from 255 or 34.90% from 616); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D8D7 is #462728. Grayscale: #CECECE. Windows color (decimal): -4597545 or 14145721. OLE color: 14145721.

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

Color convert

RGB 185 216 215 -
CMYK 0.14 0 0.00 0.15
HSL 178.06º 0.28% 0.79% -
HSV(B) 178.06º 0.14% 0.85% -
XYZ 56.83 64.33 73.71 -
YUV 206.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 185 216 215 0.14 0 0.00 0.15 178.06 0.28 0.79
Hex B9 D8 D7 E 0 0 F B2 1C 4F
Octal 271 330 327 16 0 0 17 262 34 117
Binary 10111001 11011000 11010111 1110 0 0 1111 10110010 11100 1001111

Color Harmonies of #B9D8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D8D7

Black with #B9D8D7

Text Example


Text Example

White with #B9D8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D8D7; }

 p { color: rgb(185,216,215); }

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

background-color css

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

 a { background-color: rgb(185,216,215); }

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

border-color css

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

 span { border-color: rgb(185,216,215); }

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