Html Css Color HEX #BFBDEE Lavender Grey

📋 copy color: '#BFBDEE'

red 191 ◦ green 189 ◦ blue 238

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

Shades of Lavender Grey #BFBDEE

Tints of Lavender Grey #BFBDEE

RGB

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

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

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

R = 30.91%
G = 30.58%
B = 38.51%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFBDEE (or 0xBFBDEE) is known color: Lavender Grey. HEX triplet: BF, BD and EE. RGB value is (191,189,238). Sum of RGB (Red+Green+Blue) = 191+189+238=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFBDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBDEE is #404211. Grayscale: #C2C2C2. Windows color (decimal): -4211218 or 15646143. OLE color: 15646143.

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

Color convert

RGB 191 189 238 -
CMYK 0.20 0.21 0 0.07
HSL 242.45º 0.59% 0.84% -
HSV(B) 242.45º 0.21% 0.93% -
XYZ 55.12 53.64 88.34 -
YUV 195.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 191 189 238 0.20 0.21 0 0.07 242.45 0.59 0.84
Hex BF BD EE 14 15 0 7 F2 3B 54
Octal 277 275 356 24 25 0 7 362 73 124
Binary 10111111 10111101 11101110 10100 10101 0 111 11110010 111011 1010100

Color Harmonies of #BFBDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBDEE

Black with #BFBDEE

Text Example


Text Example

White with #BFBDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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