Html Css Color HEX #BFBCE8 Lavender Grey

📋 copy color: '#BFBCE8'

red 191 ◦ green 188 ◦ blue 232

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

Shades of Lavender Grey #BFBCE8

Tints of Lavender Grey #BFBCE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.97%

R = 31.26%
G = 30.77%
B = 37.97%

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

#BFBCE8 (or 0xBFBCE8) is known color: Lavender Grey. HEX triplet: BF, BC and E8. RGB value is (191,188,232). Sum of RGB (Red+Green+Blue) = 191+188+232=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFBCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBCE8 is #404317. Grayscale: #C1C1C1. Windows color (decimal): -4211480 or 15252671. OLE color: 15252671.

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

Color convert

RGB 191 188 232 -
CMYK 0.18 0.19 0 0.09
HSL 244.09º 0.49% 0.82% -
HSV(B) 244.09º 0.19% 0.91% -
XYZ 54.03 52.87 83.7 -
YUV 193.91 149.49 125.92 -
System Red Green Blue C M Y K H S L
Decimal 191 188 232 0.18 0.19 0 0.09 244.09 0.49 0.82
Hex BF BC E8 12 13 0 9 F4 31 52
Octal 277 274 350 22 23 0 11 364 61 122
Binary 10111111 10111100 11101000 10010 10011 0 1001 11110100 110001 1010010

Color Harmonies of #BFBCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCE8

Black with #BFBCE8

Text Example


Text Example

White with #BFBCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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