Html Css Color HEX #B0DCD2 Scandal

📋 copy color: '#B0DCD2'

red 176 ◦ green 220 ◦ blue 210

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

Shades of Scandal #B0DCD2

Tints of Scandal #B0DCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.65%

R = 29.04%
G = 36.3%
B = 34.65%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#B0DCD2 (or 0xB0DCD2) is known color: Scandal. HEX triplet: B0, DC and D2. RGB value is (176,220,210). Sum of RGB (Red+Green+Blue) = 176+220+210=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCD2 is #4F232D. Grayscale: #CDCDCD. Windows color (decimal): -5186350 or 13819056. OLE color: 13819056.

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

Color convert

RGB 176 220 210 -
CMYK 0.2 0 0.05 0.14
HSL 166.36º 0.39% 0.78% -
HSV(B) 166.36º 0.2% 0.86% -
XYZ 55.13 65.07 70.63 -
YUV 205.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 176 220 210 0.2 0 0.05 0.14 166.36 0.39 0.78
Hex B0 DC D2 14 0 5 E A6 27 4E
Octal 260 334 322 24 0 5 16 246 47 116
Binary 10110000 11011100 11010010 10100 0 101 1110 10100110 100111 1001110

Color Harmonies of #B0DCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DCD2

Black with #B0DCD2

Text Example


Text Example

White with #B0DCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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