Html Css Color HEX #BFBCEB Lavender Grey

📋 copy color: '#BFBCEB'

red 191 ◦ green 188 ◦ blue 235

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

Shades of Lavender Grey #BFBCEB

Tints of Lavender Grey #BFBCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.27%

R = 31.11%
G = 30.62%
B = 38.27%

CMYK

 C value IS 0.19

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFBCEB (or 0xBFBCEB) is known color: Lavender Grey. HEX triplet: BF, BC and EB. RGB value is (191,188,235). Sum of RGB (Red+Green+Blue) = 191+188+235=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFBCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBCEB is #404314. Grayscale: #C2C2C2. Windows color (decimal): -4211477 or 15449279. OLE color: 15449279.

HSL color Cylindrical-coordinate representation of color #BFBCEB: hue angle of 243.83º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFBCEB is Cyan = 0.19, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 188 235 -
CMYK 0.19 0.2 0 0.08
HSL 243.83º 0.54% 0.83% -
HSV(B) 243.83º 0.2% 0.92% -
XYZ 54.46 53.04 85.96 -
YUV 194.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 191 188 235 0.19 0.2 0 0.08 243.83 0.54 0.83
Hex BF BC EB 13 14 0 8 F4 36 53
Octal 277 274 353 23 24 0 10 364 66 123
Binary 10111111 10111100 11101011 10011 10100 0 1000 11110100 110110 1010011

Color Harmonies of #BFBCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCEB

Black with #BFBCEB

Text Example


Text Example

White with #BFBCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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