Html Css Color HEX #B0DDD5 Scandal

📋 copy color: '#B0DDD5'

red 176 ◦ green 221 ◦ blue 213

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

Shades of Scandal #B0DDD5

Tints of Scandal #B0DDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.92%

R = 28.85%
G = 36.23%
B = 34.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#B0DDD5 (or 0xB0DDD5) is known color: Scandal. HEX triplet: B0, DD and D5. RGB value is (176,221,213). Sum of RGB (Red+Green+Blue) = 176+221+213=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DDD5 is #4F222A. Grayscale: #CECECE. Windows color (decimal): -5186091 or 14015920. OLE color: 14015920.

HSL color Cylindrical-coordinate representation of color #B0DDD5: hue angle of 169.33º 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 #B0DDD5 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 221 213 -
CMYK 0.20 0 0.04 0.13
HSL 169.33º 0.4% 0.78% -
HSV(B) 169.33º 0.2% 0.87% -
XYZ 55.77 65.75 72.7 -
YUV 206.63 131.59 106.15 -
System Red Green Blue C M Y K H S L
Decimal 176 221 213 0.20 0 0.04 0.13 169.33 0.4 0.78
Hex B0 DD D5 14 0 4 D A9 28 4E
Octal 260 335 325 24 0 4 15 251 50 116
Binary 10110000 11011101 11010101 10100 0 100 1101 10101001 101000 1001110

Color Harmonies of #B0DDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DDD5

Black with #B0DDD5

Text Example


Text Example

White with #B0DDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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