Html Css Color HEX #B0DDD9 Scandal

📋 copy color: '#B0DDD9'

red 176 ◦ green 221 ◦ blue 217

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

Shades of Scandal #B0DDD9

Tints of Scandal #B0DDD9

RGB

 RED value IS 176 (69.14% from 255) = 28.66%

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

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

R = 28.66%
G = 35.99%
B = 35.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#B0DDD9 (or 0xB0DDD9) is known color: Scandal. HEX triplet: B0, DD and D9. RGB value is (176,221,217). Sum of RGB (Red+Green+Blue) = 176+221+217=614 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.66% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DDD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DDD9 is #4F2226. Grayscale: #CFCFCF. Windows color (decimal): -5186087 or 14278064. OLE color: 14278064.

HSL color Cylindrical-coordinate representation of color #B0DDD9: hue angle of 174.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DDD9 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 221 217 -
CMYK 0.20 0 0.02 0.13
HSL 174.67º 0.4% 0.78% -
HSV(B) 174.67º 0.2% 0.87% -
XYZ 56.29 65.95 75.41 -
YUV 207.09 133.59 105.83 -
System Red Green Blue C M Y K H S L
Decimal 176 221 217 0.20 0 0.02 0.13 174.67 0.4 0.78
Hex B0 DD D9 14 0 2 D AF 28 4E
Octal 260 335 331 24 0 2 15 257 50 116
Binary 10110000 11011101 11011001 10100 0 10 1101 10101111 101000 1001110

Color Harmonies of #B0DDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DDD9

Black with #B0DDD9

Text Example


Text Example

White with #B0DDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DDD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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