Html Css Color HEX #B0B2DC Lavender Grey

📋 copy color: '#B0B2DC'

red 176 ◦ green 178 ◦ blue 220

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

Shades of Lavender Grey #B0B2DC

Tints of Lavender Grey #B0B2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.01%

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

R = 30.66%
G = 31.01%
B = 38.33%

CMYK

 C value IS 0.2

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0B2DC (or 0xB0B2DC) is known color: Lavender Grey. HEX triplet: B0, B2 and DC. RGB value is (176,178,220). Sum of RGB (Red+Green+Blue) = 176+178+220=574 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.66% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0B2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0B2DC is #4F4D23. Grayscale: #B6B6B6. Windows color (decimal): -5197092 or 14463664. OLE color: 14463664.

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

Color convert

RGB 176 178 220 -
CMYK 0.2 0.19 0 0.14
HSL 237.27º 0.39% 0.78% -
HSV(B) 237.27º 0.2% 0.86% -
XYZ 46.74 46.24 74.17 -
YUV 182.19 149.34 123.58 -
System Red Green Blue C M Y K H S L
Decimal 176 178 220 0.2 0.19 0 0.14 237.27 0.39 0.78
Hex B0 B2 DC 14 13 0 E ED 27 4E
Octal 260 262 334 24 23 0 16 355 47 116
Binary 10110000 10110010 11011100 10100 10011 0 1110 11101101 100111 1001110

Color Harmonies of #B0B2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B2DC

Black with #B0B2DC

Text Example


Text Example

White with #B0B2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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