Html Css Color HEX #BBB8E7 Lavender Grey

📋 copy color: '#BBB8E7'

red 187 ◦ green 184 ◦ blue 231

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

Shades of Lavender Grey #BBB8E7

Tints of Lavender Grey #BBB8E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 38.37%

R = 31.06%
G = 30.56%
B = 38.37%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBB8E7 (or 0xBBB8E7) is known color: Lavender Grey. HEX triplet: BB, B8 and E7. RGB value is (187,184,231). Sum of RGB (Red+Green+Blue) = 187+184+231=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 184 (72.27% from 255 or 30.56% from 602); Blue value is 231 (90.62% from 255 or 38.37% from 602); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBB8E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBB8E7 is #444718. Grayscale: #BEBEBE. Windows color (decimal): -4474649 or 15186107. OLE color: 15186107.

HSL color Cylindrical-coordinate representation of color #BBB8E7: hue angle of 243.83º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBB8E7 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 184 231 -
CMYK 0.19 0.20 0 0.09
HSL 243.83º 0.49% 0.81% -
HSV(B) 243.83º 0.2% 0.91% -
XYZ 52.06 50.62 82.63 -
YUV 190.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 187 184 231 0.19 0.20 0 0.09 243.83 0.49 0.81
Hex BB B8 E7 13 14 0 9 F4 31 51
Octal 273 270 347 23 24 0 11 364 61 121
Binary 10111011 10111000 11100111 10011 10100 0 1001 11110100 110001 1010001

Color Harmonies of #BBB8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB8E7

Black with #BBB8E7

Text Example


Text Example

White with #BBB8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB8E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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