Html Css Color HEX #B8B7EA Lavender Grey

📋 copy color: '#B8B7EA'

red 184 ◦ green 183 ◦ blue 234

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

Shades of Lavender Grey #B8B7EA

Tints of Lavender Grey #B8B7EA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.45%

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

R = 30.62%
G = 30.45%
B = 38.94%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B8B7EA (or 0xB8B7EA) is known color: Lavender Grey. HEX triplet: B8, B7 and EA. RGB value is (184,183,234). Sum of RGB (Red+Green+Blue) = 184+183+234=601 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.62% from 601); Green value is 183 (71.88% from 255 or 30.45% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8B7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8B7EA is #474815. Grayscale: #BCBCBC. Windows color (decimal): -4671510 or 15382456. OLE color: 15382456.

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

Color convert

RGB 184 183 234 -
CMYK 0.21 0.22 0 0.08
HSL 241.18º 0.55% 0.82% -
HSV(B) 241.18º 0.22% 0.92% -
XYZ 51.55 50 84.78 -
YUV 189.11 153.33 124.35 -
System Red Green Blue C M Y K H S L
Decimal 184 183 234 0.21 0.22 0 0.08 241.18 0.55 0.82
Hex B8 B7 EA 15 16 0 8 F1 37 52
Octal 270 267 352 25 26 0 10 361 67 122
Binary 10111000 10110111 11101010 10101 10110 0 1000 11110001 110111 1010010

Color Harmonies of #B8B7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B7EA

Black with #B8B7EA

Text Example


Text Example

White with #B8B7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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