Html Css Color HEX #B8DDD9 Scandal

📋 copy color: '#B8DDD9'

red 184 ◦ green 221 ◦ blue 217

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

Shades of Scandal #B8DDD9

Tints of Scandal #B8DDD9

RGB

 RED value IS 184 (72.27% from 255) = 29.58%

 GREEN value IS 221 (86.72% from 255) = 35.53%

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

R = 29.58%
G = 35.53%
B = 34.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#B8DDD9 (or 0xB8DDD9) is known color: Scandal. HEX triplet: B8, DD and D9. RGB value is (184,221,217). Sum of RGB (Red+Green+Blue) = 184+221+217=622 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.58% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DDD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DDD9 is #472226. Grayscale: #D1D1D1. Windows color (decimal): -4661799 or 14278072. OLE color: 14278072.

HSL color Cylindrical-coordinate representation of color #B8DDD9: hue angle of 173.51º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8DDD9 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 221 217 -
CMYK 0.17 0 0.02 0.13
HSL 173.51º 0.35% 0.79% -
HSV(B) 173.51º 0.17% 0.87% -
XYZ 58.15 66.91 75.5 -
YUV 209.48 132.24 109.83 -
System Red Green Blue C M Y K H S L
Decimal 184 221 217 0.17 0 0.02 0.13 173.51 0.35 0.79
Hex B8 DD D9 11 0 2 D AE 23 4F
Octal 270 335 331 21 0 2 15 256 43 117
Binary 10111000 11011101 11011001 10001 0 10 1101 10101110 100011 1001111

Color Harmonies of #B8DDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DDD9

Black with #B8DDD9

Text Example


Text Example

White with #B8DDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DDD9; }

 p { color: rgb(184,221,217); }

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

background-color css

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

 a { background-color: rgb(184,221,217); }

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

border-color css

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

 span { border-color: rgb(184,221,217); }

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