Html Css Color HEX #B8B2DE Lavender Grey

📋 copy color: '#B8B2DE'

red 184 ◦ green 178 ◦ blue 222

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

Shades of Lavender Grey #B8B2DE

Tints of Lavender Grey #B8B2DE

RGB

 RED value IS 184 (72.27% from 255) = 31.51%

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

 BLUE value IS 222 (87.11% from 255) = 38.01%

R = 31.51%
G = 30.48%
B = 38.01%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B8B2DE (or 0xB8B2DE) is known color: Lavender Grey. HEX triplet: B8, B2 and DE. RGB value is (184,178,222). Sum of RGB (Red+Green+Blue) = 184+178+222=584 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.51% from 584); Green value is 178 (69.92% from 255 or 30.48% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 222 - color contains mainly: blue. Hex color #B8B2DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B2DE is #474D21. Grayscale: #B8B8B8. Windows color (decimal): -4672802 or 14594744. OLE color: 14594744.

HSL color Cylindrical-coordinate representation of color #B8B2DE: hue angle of 248.18º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8B2DE is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 178 222 -
CMYK 0.17 0.20 0 0.13
HSL 248.18º 0.4% 0.78% -
HSV(B) 248.18º 0.2% 0.87% -
XYZ 48.87 47.31 75.66 -
YUV 184.81 148.99 127.42 -
System Red Green Blue C M Y K H S L
Decimal 184 178 222 0.17 0.20 0 0.13 248.18 0.4 0.78
Hex B8 B2 DE 11 14 0 D F8 28 4E
Octal 270 262 336 21 24 0 15 370 50 116
Binary 10111000 10110010 11011110 10001 10100 0 1101 11111000 101000 1001110

Color Harmonies of #B8B2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B2DE

Black with #B8B2DE

Text Example


Text Example

White with #B8B2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B2DE; }

 p { color: rgb(184,178,222); }

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

background-color css

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

 a { background-color: rgb(184,178,222); }

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

border-color css

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

 span { border-color: rgb(184,178,222); }

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