Html Css Color HEX #BFBBED Lavender Grey

📋 copy color: '#BFBBED'

red 191 ◦ green 187 ◦ blue 237

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

Shades of Lavender Grey #BFBBED

Tints of Lavender Grey #BFBBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.54%

R = 31.06%
G = 30.41%
B = 38.54%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFBBED (or 0xBFBBED) is known color: Lavender Grey. HEX triplet: BF, BB and ED. RGB value is (191,187,237). Sum of RGB (Red+Green+Blue) = 191+187+237=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFBBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBED is #404412. Grayscale: #C1C1C1. Windows color (decimal): -4211731 or 15580095. OLE color: 15580095.

HSL color Cylindrical-coordinate representation of color #BFBBED: hue angle of 244.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFBBED is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 187 237 -
CMYK 0.19 0.21 0 0.07
HSL 244.8º 0.58% 0.83% -
HSV(B) 244.8º 0.21% 0.93% -
XYZ 54.54 52.73 87.42 -
YUV 193.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 191 187 237 0.19 0.21 0 0.07 244.8 0.58 0.83
Hex BF BB ED 13 15 0 7 F5 3A 53
Octal 277 273 355 23 25 0 7 365 72 123
Binary 10111111 10111011 11101101 10011 10101 0 111 11110101 111010 1010011

Color Harmonies of #BFBBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBBED

Black with #BFBBED

Text Example


Text Example

White with #BFBBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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