Html Css Color HEX #BFBCEA Lavender Grey

📋 copy color: '#BFBCEA'

red 191 ◦ green 188 ◦ blue 234

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

Shades of Lavender Grey #BFBCEA

Tints of Lavender Grey #BFBCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.17%

R = 31.16%
G = 30.67%
B = 38.17%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFBCEA (or 0xBFBCEA) is known color: Lavender Grey. HEX triplet: BF, BC and EA. RGB value is (191,188,234). Sum of RGB (Red+Green+Blue) = 191+188+234=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 234 (91.80% from 255 or 38.17% from 613); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFBCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBCEA is #404315. Grayscale: #C1C1C1. Windows color (decimal): -4211478 or 15383743. OLE color: 15383743.

HSL color Cylindrical-coordinate representation of color #BFBCEA: hue angle of 243.91º degrees, saturation: 0.52, 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 #BFBCEA is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 188 234 -
CMYK 0.18 0.20 0 0.08
HSL 243.91º 0.52% 0.83% -
HSV(B) 243.91º 0.2% 0.92% -
XYZ 54.32 52.98 85.21 -
YUV 194.14 150.49 125.76 -
System Red Green Blue C M Y K H S L
Decimal 191 188 234 0.18 0.20 0 0.08 243.91 0.52 0.83
Hex BF BC EA 12 14 0 8 F4 34 53
Octal 277 274 352 22 24 0 10 364 64 123
Binary 10111111 10111100 11101010 10010 10100 0 1000 11110100 110100 1010011

Color Harmonies of #BFBCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCEA

Black with #BFBCEA

Text Example


Text Example

White with #BFBCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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