Html Css Color HEX #BFBCE6 Lavender Grey

📋 copy color: '#BFBCE6'

red 191 ◦ green 188 ◦ blue 230

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

Shades of Lavender Grey #BFBCE6

Tints of Lavender Grey #BFBCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.77%

R = 31.36%
G = 30.87%
B = 37.77%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BFBCE6 (or 0xBFBCE6) is known color: Lavender Grey. HEX triplet: BF, BC and E6. RGB value is (191,188,230). Sum of RGB (Red+Green+Blue) = 191+188+230=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFBCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBCE6 is #404319. Grayscale: #C1C1C1. Windows color (decimal): -4211482 or 15121599. OLE color: 15121599.

HSL color Cylindrical-coordinate representation of color #BFBCE6: hue angle of 244.29º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFBCE6 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 188 230 -
CMYK 0.17 0.18 0 0.10
HSL 244.29º 0.46% 0.82% -
HSV(B) 244.29º 0.18% 0.9% -
XYZ 53.75 52.76 82.21 -
YUV 193.69 148.49 126.08 -
System Red Green Blue C M Y K H S L
Decimal 191 188 230 0.17 0.18 0 0.10 244.29 0.46 0.82
Hex BF BC E6 11 12 0 A F4 2E 52
Octal 277 274 346 21 22 0 12 364 56 122
Binary 10111111 10111100 11100110 10001 10010 0 1010 11110100 101110 1010010

Color Harmonies of #BFBCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCE6

Black with #BFBCE6

Text Example


Text Example

White with #BFBCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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