Html Css Color HEX #B0DCD6 Scandal

📋 copy color: '#B0DCD6'

red 176 ◦ green 220 ◦ blue 214

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

Shades of Scandal #B0DCD6

Tints of Scandal #B0DCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.08%

R = 28.85%
G = 36.07%
B = 35.08%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#B0DCD6 (or 0xB0DCD6) is known color: Scandal. HEX triplet: B0, DC and D6. RGB value is (176,220,214). Sum of RGB (Red+Green+Blue) = 176+220+214=610 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.85% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCD6 is #4F2329. Grayscale: #CECECE. Windows color (decimal): -5186346 or 14081200. OLE color: 14081200.

HSL color Cylindrical-coordinate representation of color #B0DCD6: hue angle of 171.82º 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 #B0DCD6 is Cyan = 0.2, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 220 214 -
CMYK 0.2 0 0.03 0.14
HSL 171.82º 0.39% 0.78% -
HSV(B) 171.82º 0.2% 0.86% -
XYZ 55.64 65.27 73.28 -
YUV 206.16 132.42 106.49 -
System Red Green Blue C M Y K H S L
Decimal 176 220 214 0.2 0 0.03 0.14 171.82 0.39 0.78
Hex B0 DC D6 14 0 3 E AC 27 4E
Octal 260 334 326 24 0 3 16 254 47 116
Binary 10110000 11011100 11010110 10100 0 11 1110 10101100 100111 1001110

Color Harmonies of #B0DCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DCD6

Black with #B0DCD6

Text Example


Text Example

White with #B0DCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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