Html Css Color HEX #BBBFE2 Lavender Grey

📋 copy color: '#BBBFE2'

red 187 ◦ green 191 ◦ blue 226

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

Shades of Lavender Grey #BBBFE2

Tints of Lavender Grey #BBBFE2

RGB

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

 GREEN value IS 191 (75% from 255) = 31.62%

 BLUE value IS 226 (88.67% from 255) = 37.42%

R = 30.96%
G = 31.62%
B = 37.42%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BBBFE2 (or 0xBBBFE2) is known color: Lavender Grey. HEX triplet: BB, BF and E2. RGB value is (187,191,226). Sum of RGB (Red+Green+Blue) = 187+191+226=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 226 - color contains mainly: blue. Hex color #BBBFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFE2 is #44401D. Grayscale: #C1C1C1. Windows color (decimal): -4472862 or 14860219. OLE color: 14860219.

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

Color convert

RGB 187 191 226 -
CMYK 0.17 0.15 0 0.11
HSL 233.85º 0.4% 0.81% -
HSV(B) 233.85º 0.17% 0.89% -
XYZ 52.85 53.32 79.46 -
YUV 193.79 146.17 123.15 -
System Red Green Blue C M Y K H S L
Decimal 187 191 226 0.17 0.15 0 0.11 233.85 0.4 0.81
Hex BB BF E2 11 F 0 B EA 28 51
Octal 273 277 342 21 17 0 13 352 50 121
Binary 10111011 10111111 11100010 10001 1111 0 1011 11101010 101000 1010001

Color Harmonies of #BBBFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBFE2

Black with #BBBFE2

Text Example


Text Example

White with #BBBFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBFE2; }

 p { color: rgb(187,191,226); }

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

background-color css

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

 a { background-color: rgb(187,191,226); }

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

border-color css

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

 span { border-color: rgb(187,191,226); }

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