Html Css Color HEX #BBBDE4 Lavender Grey

📋 copy color: '#BBBDE4'

red 187 ◦ green 189 ◦ blue 228

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

Shades of Lavender Grey #BBBDE4

Tints of Lavender Grey #BBBDE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.75%

R = 30.96%
G = 31.29%
B = 37.75%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BBBDE4 (or 0xBBBDE4) is known color: Lavender Grey. HEX triplet: BB, BD and E4. RGB value is (187,189,228). Sum of RGB (Red+Green+Blue) = 187+189+228=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBBDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBDE4 is #44421B. Grayscale: #C0C0C0. Windows color (decimal): -4473372 or 14990779. OLE color: 14990779.

HSL color Cylindrical-coordinate representation of color #BBBDE4: hue angle of 237.07º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBBDE4 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 189 228 -
CMYK 0.18 0.17 0 0.11
HSL 237.07º 0.43% 0.81% -
HSV(B) 237.07º 0.18% 0.89% -
XYZ 52.69 52.56 80.77 -
YUV 192.85 147.84 123.83 -
System Red Green Blue C M Y K H S L
Decimal 187 189 228 0.18 0.17 0 0.11 237.07 0.43 0.81
Hex BB BD E4 12 11 0 B ED 2B 51
Octal 273 275 344 22 21 0 13 355 53 121
Binary 10111011 10111101 11100100 10010 10001 0 1011 11101101 101011 1010001

Color Harmonies of #BBBDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBDE4

Black with #BBBDE4

Text Example


Text Example

White with #BBBDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBDE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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