Html Css Color HEX #B0DDD4 Scandal

📋 copy color: '#B0DDD4'

red 176 ◦ green 221 ◦ blue 212

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

Shades of Scandal #B0DDD4

Tints of Scandal #B0DDD4

RGB

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

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

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

R = 28.9%
G = 36.29%
B = 34.81%

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

#B0DDD4 (or 0xB0DDD4) is known color: Scandal. HEX triplet: B0, DD and D4. RGB value is (176,221,212). Sum of RGB (Red+Green+Blue) = 176+221+212=609 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.90% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DDD4 is #4F222B. Grayscale: #CECECE. Windows color (decimal): -5186092 or 13950384. OLE color: 13950384.

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

Color convert

RGB 176 221 212 -
CMYK 0.20 0 0.04 0.13
HSL 168º 0.4% 0.78% -
HSV(B) 168º 0.2% 0.87% -
XYZ 55.64 65.7 72.04 -
YUV 206.52 131.09 106.23 -
System Red Green Blue C M Y K H S L
Decimal 176 221 212 0.20 0 0.04 0.13 168 0.4 0.78
Hex B0 DD D4 14 0 4 D A8 28 4E
Octal 260 335 324 24 0 4 15 250 50 116
Binary 10110000 11011101 11010100 10100 0 100 1101 10101000 101000 1001110

Color Harmonies of #B0DDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DDD4

Black with #B0DDD4

Text Example


Text Example

White with #B0DDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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