Html Css Color HEX #BFBCEC Lavender Grey

📋 copy color: '#BFBCEC'

red 191 ◦ green 188 ◦ blue 236

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

Shades of Lavender Grey #BFBCEC

Tints of Lavender Grey #BFBCEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.37%

R = 31.06%
G = 30.57%
B = 38.37%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFBCEC (or 0xBFBCEC) is known color: Lavender Grey. HEX triplet: BF, BC and EC. RGB value is (191,188,236). Sum of RGB (Red+Green+Blue) = 191+188+236=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFBCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBCEC is #404313. Grayscale: #C2C2C2. Windows color (decimal): -4211476 or 15514815. OLE color: 15514815.

HSL color Cylindrical-coordinate representation of color #BFBCEC: hue angle of 243.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFBCEC is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 188 236 -
CMYK 0.19 0.20 0 0.07
HSL 243.75º 0.56% 0.83% -
HSV(B) 243.75º 0.2% 0.93% -
XYZ 54.61 53.1 86.73 -
YUV 194.37 151.49 125.6 -
System Red Green Blue C M Y K H S L
Decimal 191 188 236 0.19 0.20 0 0.07 243.75 0.56 0.83
Hex BF BC EC 13 14 0 7 F4 38 53
Octal 277 274 354 23 24 0 7 364 70 123
Binary 10111111 10111100 11101100 10011 10100 0 111 11110100 111000 1010011

Color Harmonies of #BFBCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCEC

Black with #BFBCEC

Text Example


Text Example

White with #BFBCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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