Html Css Color HEX #BBB5E6 Lavender Grey

📋 copy color: '#BBB5E6'

red 187 ◦ green 181 ◦ blue 230

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

Shades of Lavender Grey #BBB5E6

Tints of Lavender Grey #BBB5E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.46%

R = 31.27%
G = 30.27%
B = 38.46%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBB5E6 (or 0xBBB5E6) is known color: Lavender Grey. HEX triplet: BB, B5 and E6. RGB value is (187,181,230). Sum of RGB (Red+Green+Blue) = 187+181+230=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 181 (71.09% from 255 or 30.27% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBB5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB5E6 is #444A19. Grayscale: #BCBCBC. Windows color (decimal): -4475418 or 15119803. OLE color: 15119803.

HSL color Cylindrical-coordinate representation of color #BBB5E6: hue angle of 247.35º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBB5E6 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 181 230 -
CMYK 0.19 0.21 0 0.10
HSL 247.35º 0.49% 0.81% -
HSV(B) 247.35º 0.21% 0.9% -
XYZ 51.3 49.33 81.68 -
YUV 188.38 151.49 127.02 -
System Red Green Blue C M Y K H S L
Decimal 187 181 230 0.19 0.21 0 0.10 247.35 0.49 0.81
Hex BB B5 E6 13 15 0 A F7 31 51
Octal 273 265 346 23 25 0 12 367 61 121
Binary 10111011 10110101 11100110 10011 10101 0 1010 11110111 110001 1010001

Color Harmonies of #BBB5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB5E6

Black with #BBB5E6

Text Example


Text Example

White with #BBB5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB5E6; }

 p { color: rgb(187,181,230); }

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

background-color css

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

 a { background-color: rgb(187,181,230); }

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

border-color css

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

 span { border-color: rgb(187,181,230); }

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