Html Css Color HEX #BFBCE3 Lavender Grey

📋 copy color: '#BFBCE3'

red 191 ◦ green 188 ◦ blue 227

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

Shades of Lavender Grey #BFBCE3

Tints of Lavender Grey #BFBCE3

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.02%

 BLUE value IS 227 (89.06% from 255) = 37.46%

R = 31.52%
G = 31.02%
B = 37.46%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BFBCE3 (or 0xBFBCE3) is known color: Lavender Grey. HEX triplet: BF, BC and E3. RGB value is (191,188,227). Sum of RGB (Red+Green+Blue) = 191+188+227=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFBCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCE3 is #40431C. Grayscale: #C1C1C1. Windows color (decimal): -4211485 or 14924991. OLE color: 14924991.

HSL color Cylindrical-coordinate representation of color #BFBCE3: hue angle of 244.62º degrees, saturation: 0.41, 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 #BFBCE3 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 188 227 -
CMYK 0.16 0.17 0 0.11
HSL 244.62º 0.41% 0.81% -
HSV(B) 244.62º 0.17% 0.89% -
XYZ 53.33 52.59 80.01 -
YUV 193.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 191 188 227 0.16 0.17 0 0.11 244.62 0.41 0.81
Hex BF BC E3 10 11 0 B F5 29 51
Octal 277 274 343 20 21 0 13 365 51 121
Binary 10111111 10111100 11100011 10000 10001 0 1011 11110101 101001 1010001

Color Harmonies of #BFBCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCE3

Black with #BFBCE3

Text Example


Text Example

White with #BFBCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCE3; }

 p { color: rgb(191,188,227); }

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

background-color css

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

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

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

border-color css

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

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

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