Html Css Color HEX #BBB6EA Lavender Grey

📋 copy color: '#BBB6EA'

red 187 ◦ green 182 ◦ blue 234

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

Shades of Lavender Grey #BBB6EA

Tints of Lavender Grey #BBB6EA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.18%

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

R = 31.01%
G = 30.18%
B = 38.81%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBB6EA (or 0xBBB6EA) is known color: Lavender Grey. HEX triplet: BB, B6 and EA. RGB value is (187,182,234). Sum of RGB (Red+Green+Blue) = 187+182+234=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 182 (71.48% from 255 or 30.18% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBB6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB6EA is #444915. Grayscale: #BDBDBD. Windows color (decimal): -4475158 or 15382203. OLE color: 15382203.

HSL color Cylindrical-coordinate representation of color #BBB6EA: hue angle of 245.77º 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 #BBB6EA is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 182 234 -
CMYK 0.20 0.22 0 0.08
HSL 245.77º 0.55% 0.82% -
HSV(B) 245.77º 0.22% 0.92% -
XYZ 52.07 49.96 84.74 -
YUV 189.42 153.16 126.27 -
System Red Green Blue C M Y K H S L
Decimal 187 182 234 0.20 0.22 0 0.08 245.77 0.55 0.82
Hex BB B6 EA 14 16 0 8 F6 37 52
Octal 273 266 352 24 26 0 10 366 67 122
Binary 10111011 10110110 11101010 10100 10110 0 1000 11110110 110111 1010010

Color Harmonies of #BBB6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB6EA

Black with #BBB6EA

Text Example


Text Example

White with #BBB6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB6EA; }

 p { color: rgb(187,182,234); }

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

background-color css

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

 a { background-color: rgb(187,182,234); }

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

border-color css

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

 span { border-color: rgb(187,182,234); }

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