Html Css Color HEX #B8B3EA Lavender Grey

📋 copy color: '#B8B3EA'

red 184 ◦ green 179 ◦ blue 234

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

Shades of Lavender Grey #B8B3EA

Tints of Lavender Grey #B8B3EA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.98%

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

R = 30.82%
G = 29.98%
B = 39.2%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B8B3EA (or 0xB8B3EA) is known color: Lavender Grey. HEX triplet: B8, B3 and EA. RGB value is (184,179,234). Sum of RGB (Red+Green+Blue) = 184+179+234=597 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.82% from 597); Green value is 179 (70.31% from 255 or 29.98% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8B3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8B3EA is #474C15. Grayscale: #BABABA. Windows color (decimal): -4672534 or 15381432. OLE color: 15381432.

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

Color convert

RGB 184 179 234 -
CMYK 0.21 0.24 0 0.08
HSL 245.45º 0.57% 0.81% -
HSV(B) 245.45º 0.24% 0.92% -
XYZ 50.74 48.37 84.5 -
YUV 186.77 154.66 126.03 -
System Red Green Blue C M Y K H S L
Decimal 184 179 234 0.21 0.24 0 0.08 245.45 0.57 0.81
Hex B8 B3 EA 15 18 0 8 F5 39 51
Octal 270 263 352 25 30 0 10 365 71 121
Binary 10111000 10110011 11101010 10101 11000 0 1000 11110101 111001 1010001

Color Harmonies of #B8B3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B3EA

Black with #B8B3EA

Text Example


Text Example

White with #B8B3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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