Html Css Color HEX #BBB7ED Lavender Grey

📋 copy color: '#BBB7ED'

red 187 ◦ green 183 ◦ blue 237

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

Shades of Lavender Grey #BBB7ED

Tints of Lavender Grey #BBB7ED

RGB

 RED value IS 187 (73.44% from 255) = 30.81%

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

 BLUE value IS 237 (92.97% from 255) = 39.04%

R = 30.81%
G = 30.15%
B = 39.04%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBB7ED (or 0xBBB7ED) is known color: Lavender Grey. HEX triplet: BB, B7 and ED. RGB value is (187,183,237). Sum of RGB (Red+Green+Blue) = 187+183+237=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBB7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB7ED is #444812. Grayscale: #BEBEBE. Windows color (decimal): -4474899 or 15579067. OLE color: 15579067.

HSL color Cylindrical-coordinate representation of color #BBB7ED: hue angle of 244.44º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBB7ED is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 183 237 -
CMYK 0.21 0.23 0 0.07
HSL 244.44º 0.6% 0.82% -
HSV(B) 244.44º 0.23% 0.93% -
XYZ 52.71 50.55 87.1 -
YUV 190.35 154.33 125.61 -
System Red Green Blue C M Y K H S L
Decimal 187 183 237 0.21 0.23 0 0.07 244.44 0.6 0.82
Hex BB B7 ED 15 17 0 7 F4 3C 52
Octal 273 267 355 25 27 0 7 364 74 122
Binary 10111011 10110111 11101101 10101 10111 0 111 11110100 111100 1010010

Color Harmonies of #BBB7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB7ED

Black with #BBB7ED

Text Example


Text Example

White with #BBB7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB7ED; }

 p { color: rgb(187,183,237); }

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

background-color css

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

 a { background-color: rgb(187,183,237); }

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

border-color css

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

 span { border-color: rgb(187,183,237); }

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