Html Css Color HEX #B0DCD5 Scandal

📋 copy color: '#B0DCD5'

red 176 ◦ green 220 ◦ blue 213

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

Shades of Scandal #B0DCD5

Tints of Scandal #B0DCD5

RGB

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

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

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

R = 28.9%
G = 36.12%
B = 34.98%

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

#B0DCD5 (or 0xB0DCD5) is known color: Scandal. HEX triplet: B0, DC and D5. RGB value is (176,220,213). Sum of RGB (Red+Green+Blue) = 176+220+213=609 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.90% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 213 (83.59% from 255 or 34.98% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCD5 is #4F232A. Grayscale: #CECECE. Windows color (decimal): -5186347 or 14015664. OLE color: 14015664.

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

Color convert

RGB 176 220 213 -
CMYK 0.2 0 0.03 0.14
HSL 170.45º 0.39% 0.78% -
HSV(B) 170.45º 0.2% 0.86% -
XYZ 55.51 65.22 72.61 -
YUV 206.05 131.92 106.57 -
System Red Green Blue C M Y K H S L
Decimal 176 220 213 0.2 0 0.03 0.14 170.45 0.39 0.78
Hex B0 DC D5 14 0 3 E AA 27 4E
Octal 260 334 325 24 0 3 16 252 47 116
Binary 10110000 11011100 11010101 10100 0 11 1110 10101010 100111 1001110

Color Harmonies of #B0DCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DCD5

Black with #B0DCD5

Text Example


Text Example

White with #B0DCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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