Html Css Color HEX #BFBCE9 Lavender Grey

📋 copy color: '#BFBCE9'

red 191 ◦ green 188 ◦ blue 233

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

Shades of Lavender Grey #BFBCE9

Tints of Lavender Grey #BFBCE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.07%

R = 31.21%
G = 30.72%
B = 38.07%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFBCE9 (or 0xBFBCE9) is known color: Lavender Grey. HEX triplet: BF, BC and E9. RGB value is (191,188,233). Sum of RGB (Red+Green+Blue) = 191+188+233=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 233 (91.41% from 255 or 38.07% from 612); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFBCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBCE9 is #404316. Grayscale: #C1C1C1. Windows color (decimal): -4211479 or 15318207. OLE color: 15318207.

HSL color Cylindrical-coordinate representation of color #BFBCE9: hue angle of 244º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFBCE9 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 188 233 -
CMYK 0.18 0.19 0 0.09
HSL 244º 0.51% 0.83% -
HSV(B) 244º 0.19% 0.91% -
XYZ 54.18 52.93 84.45 -
YUV 194.03 149.99 125.84 -
System Red Green Blue C M Y K H S L
Decimal 191 188 233 0.18 0.19 0 0.09 244 0.51 0.83
Hex BF BC E9 12 13 0 9 F4 33 53
Octal 277 274 351 22 23 0 11 364 63 123
Binary 10111111 10111100 11101001 10010 10011 0 1001 11110100 110011 1010011

Color Harmonies of #BFBCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCE9

Black with #BFBCE9

Text Example


Text Example

White with #BFBCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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