Html Css Color HEX #B0DFDC Scandal

📋 copy color: '#B0DFDC'

red 176 ◦ green 223 ◦ blue 220

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

Shades of Scandal #B0DFDC

Tints of Scandal #B0DFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.03%

 BLUE value IS 220 (86.33% from 255) = 35.54%

R = 28.43%
G = 36.03%
B = 35.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#B0DFDC (or 0xB0DFDC) is known color: Scandal. HEX triplet: B0, DF and DC. RGB value is (176,223,220). Sum of RGB (Red+Green+Blue) = 176+223+220=619 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.43% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFDC is #4F2023. Grayscale: #D0D0D0. Windows color (decimal): -5185572 or 14475184. OLE color: 14475184.

HSL color Cylindrical-coordinate representation of color #B0DFDC: hue angle of 176.17º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0DFDC is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 223 220 -
CMYK 0.21 0 0.01 0.13
HSL 176.17º 0.42% 0.78% -
HSV(B) 176.17º 0.21% 0.87% -
XYZ 57.21 67.17 77.66 -
YUV 208.61 134.43 104.74 -
System Red Green Blue C M Y K H S L
Decimal 176 223 220 0.21 0 0.01 0.13 176.17 0.42 0.78
Hex B0 DF DC 15 0 1 D B0 2A 4E
Octal 260 337 334 25 0 1 15 260 52 116
Binary 10110000 11011111 11011100 10101 0 1 1101 10110000 101010 1001110

Color Harmonies of #B0DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DFDC

Black with #B0DFDC

Text Example


Text Example

White with #B0DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DFDC; }

 p { color: rgb(176,223,220); }

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

background-color css

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

 a { background-color: rgb(176,223,220); }

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

border-color css

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

 span { border-color: rgb(176,223,220); }

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