Html Css Color HEX #BFBBEA Lavender Grey

📋 copy color: '#BFBBEA'

red 191 ◦ green 187 ◦ blue 234

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

Shades of Lavender Grey #BFBBEA

Tints of Lavender Grey #BFBBEA

RGB

 RED value IS 191 (75% from 255) = 31.21%

 GREEN value IS 187 (73.44% from 255) = 30.56%

 BLUE value IS 234 (91.8% from 255) = 38.24%

R = 31.21%
G = 30.56%
B = 38.24%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFBBEA (or 0xBFBBEA) is known color: Lavender Grey. HEX triplet: BF, BB and EA. RGB value is (191,187,234). Sum of RGB (Red+Green+Blue) = 191+187+234=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFBBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBEA is #404415. Grayscale: #C1C1C1. Windows color (decimal): -4211734 or 15383487. OLE color: 15383487.

HSL color Cylindrical-coordinate representation of color #BFBBEA: hue angle of 245.11º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFBBEA is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 187 234 -
CMYK 0.18 0.20 0 0.08
HSL 245.11º 0.53% 0.83% -
HSV(B) 245.11º 0.2% 0.92% -
XYZ 54.11 52.56 85.13 -
YUV 193.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 191 187 234 0.18 0.20 0 0.08 245.11 0.53 0.83
Hex BF BB EA 12 14 0 8 F5 35 53
Octal 277 273 352 22 24 0 10 365 65 123
Binary 10111111 10111011 11101010 10010 10100 0 1000 11110101 110101 1010011

Color Harmonies of #BFBBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBBEA

Black with #BFBBEA

Text Example


Text Example

White with #BFBBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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