Html Css Color HEX #BBB8E6 Lavender Grey

📋 copy color: '#BBB8E6'

red 187 ◦ green 184 ◦ blue 230

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

Shades of Lavender Grey #BBB8E6

Tints of Lavender Grey #BBB8E6

RGB

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

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

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

R = 31.11%
G = 30.62%
B = 38.27%

CMYK

 C value IS 0.19

 M value IS 0.2

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBB8E6 (or 0xBBB8E6) is known color: Lavender Grey. HEX triplet: BB, B8 and E6. RGB value is (187,184,230). Sum of RGB (Red+Green+Blue) = 187+184+230=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 184 (72.27% from 255 or 30.62% from 601); Blue value is 230 (90.23% from 255 or 38.27% from 601); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBB8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB8E6 is #444719. Grayscale: #BDBDBD. Windows color (decimal): -4474650 or 15120571. OLE color: 15120571.

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

Color convert

RGB 187 184 230 -
CMYK 0.19 0.2 0 0.10
HSL 243.91º 0.48% 0.81% -
HSV(B) 243.91º 0.2% 0.9% -
XYZ 51.92 50.56 81.89 -
YUV 190.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 187 184 230 0.19 0.2 0 0.10 243.91 0.48 0.81
Hex BB B8 E6 13 14 0 A F4 30 51
Octal 273 270 346 23 24 0 12 364 60 121
Binary 10111011 10111000 11100110 10011 10100 0 1010 11110100 110000 1010001

Color Harmonies of #BBB8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB8E6

Black with #BBB8E6

Text Example


Text Example

White with #BBB8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB8E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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