Html Css Color HEX #B7B5EA Lavender Grey

📋 copy color: '#B7B5EA'

red 183 ◦ green 181 ◦ blue 234

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

Shades of Lavender Grey #B7B5EA

Tints of Lavender Grey #B7B5EA

RGB

 RED value IS 183 (71.88% from 255) = 30.6%

 GREEN value IS 181 (71.09% from 255) = 30.27%

 BLUE value IS 234 (91.8% from 255) = 39.13%

R = 30.6%
G = 30.27%
B = 39.13%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B7B5EA (or 0xB7B5EA) is known color: Lavender Grey. HEX triplet: B7, B5 and EA. RGB value is (183,181,234). Sum of RGB (Red+Green+Blue) = 183+181+234=598 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.60% from 598); Green value is 181 (71.09% from 255 or 30.27% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #B7B5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B5EA is #484A15. Grayscale: #BBBBBB. Windows color (decimal): -4737558 or 15381943. OLE color: 15381943.

HSL color Cylindrical-coordinate representation of color #B7B5EA: hue angle of 242.26º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7B5EA is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 183 181 234 -
CMYK 0.22 0.23 0 0.08
HSL 242.26º 0.56% 0.81% -
HSV(B) 242.26º 0.23% 0.92% -
XYZ 50.9 49.06 84.63 -
YUV 187.64 154.16 124.69 -
System Red Green Blue C M Y K H S L
Decimal 183 181 234 0.22 0.23 0 0.08 242.26 0.56 0.81
Hex B7 B5 EA 16 17 0 8 F2 38 51
Octal 267 265 352 26 27 0 10 362 70 121
Binary 10110111 10110101 11101010 10110 10111 0 1000 11110010 111000 1010001

Color Harmonies of #B7B5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7B5EA

Black with #B7B5EA

Text Example


Text Example

White with #B7B5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7B5EA; }

 p { color: rgb(183,181,234); }

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

background-color css

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

 a { background-color: rgb(183,181,234); }

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

border-color css

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

 span { border-color: rgb(183,181,234); }

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