Html Css Color HEX #B0DCD4 Scandal

📋 copy color: '#B0DCD4'

red 176 ◦ green 220 ◦ blue 212

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

Shades of Scandal #B0DCD4

Tints of Scandal #B0DCD4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.18%

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

R = 28.95%
G = 36.18%
B = 34.87%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#B0DCD4 (or 0xB0DCD4) is known color: Scandal. HEX triplet: B0, DC and D4. RGB value is (176,220,212). Sum of RGB (Red+Green+Blue) = 176+220+212=608 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.95% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCD4 is #4F232B. Grayscale: #CDCDCD. Windows color (decimal): -5186348 or 13950128. OLE color: 13950128.

HSL color Cylindrical-coordinate representation of color #B0DCD4: hue angle of 169.09º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DCD4 is Cyan = 0.2, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 220 212 -
CMYK 0.2 0 0.04 0.14
HSL 169.09º 0.39% 0.78% -
HSV(B) 169.09º 0.2% 0.86% -
XYZ 55.38 65.17 71.95 -
YUV 205.93 131.42 106.65 -
System Red Green Blue C M Y K H S L
Decimal 176 220 212 0.2 0 0.04 0.14 169.09 0.39 0.78
Hex B0 DC D4 14 0 4 E A9 27 4E
Octal 260 334 324 24 0 4 16 251 47 116
Binary 10110000 11011100 11010100 10100 0 100 1110 10101001 100111 1001110

Color Harmonies of #B0DCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DCD4

Black with #B0DCD4

Text Example


Text Example

White with #B0DCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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