Html Css Color HEX #BFBFEE Lavender Grey

📋 copy color: '#BFBFEE'

red 191 ◦ green 191 ◦ blue 238

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

Shades of Lavender Grey #BFBFEE

Tints of Lavender Grey #BFBFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.39%

R = 30.81%
G = 30.81%
B = 38.39%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFBFEE (or 0xBFBFEE) is known color: Lavender Grey. HEX triplet: BF, BF and EE. RGB value is (191,191,238). Sum of RGB (Red+Green+Blue) = 191+191+238=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFBFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBFEE is #404011. Grayscale: #C4C4C4. Windows color (decimal): -4210706 or 15646655. OLE color: 15646655.

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

Color convert

RGB 191 191 238 -
CMYK 0.20 0.20 0 0.07
HSL 240º 0.58% 0.84% -
HSV(B) 240º 0.2% 0.93% -
XYZ 55.55 54.51 88.48 -
YUV 196.36 151.5 124.18 -
System Red Green Blue C M Y K H S L
Decimal 191 191 238 0.20 0.20 0 0.07 240 0.58 0.84
Hex BF BF EE 14 14 0 7 F0 3A 54
Octal 277 277 356 24 24 0 7 360 72 124
Binary 10111111 10111111 11101110 10100 10100 0 111 11110000 111010 1010100

Color Harmonies of #BFBFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBFEE

Black with #BFBFEE

Text Example


Text Example

White with #BFBFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBFEE; }

 p { color: rgb(191,191,238); }

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

background-color css

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

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

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

border-color css

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

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

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