Html Css Color HEX #BBBDE1 Lavender Grey

📋 copy color: '#BBBDE1'

red 187 ◦ green 189 ◦ blue 225

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

Shades of Lavender Grey #BBBDE1

Tints of Lavender Grey #BBBDE1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.45%

 BLUE value IS 225 (88.28% from 255) = 37.44%

R = 31.11%
G = 31.45%
B = 37.44%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BBBDE1 (or 0xBBBDE1) is known color: Lavender Grey. HEX triplet: BB, BD and E1. RGB value is (187,189,225). Sum of RGB (Red+Green+Blue) = 187+189+225=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBBDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDE1 is #44421E. Grayscale: #C0C0C0. Windows color (decimal): -4473375 or 14794171. OLE color: 14794171.

HSL color Cylindrical-coordinate representation of color #BBBDE1: hue angle of 236.84º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBBDE1 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 189 225 -
CMYK 0.17 0.16 0 0.12
HSL 236.84º 0.39% 0.81% -
HSV(B) 236.84º 0.17% 0.88% -
XYZ 52.28 52.4 78.59 -
YUV 192.51 146.34 124.07 -
System Red Green Blue C M Y K H S L
Decimal 187 189 225 0.17 0.16 0 0.12 236.84 0.39 0.81
Hex BB BD E1 11 10 0 C ED 27 51
Octal 273 275 341 21 20 0 14 355 47 121
Binary 10111011 10111101 11100001 10001 10000 0 1100 11101101 100111 1010001

Color Harmonies of #BBBDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBDE1

Black with #BBBDE1

Text Example


Text Example

White with #BBBDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBDE1; }

 p { color: rgb(187,189,225); }

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

background-color css

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

 a { background-color: rgb(187,189,225); }

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

border-color css

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

 span { border-color: rgb(187,189,225); }

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