Html Css Color HEX #BFBCEF Lavender Grey

📋 copy color: '#BFBCEF'

red 191 ◦ green 188 ◦ blue 239

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

Shades of Lavender Grey #BFBCEF

Tints of Lavender Grey #BFBCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.67%

R = 30.91%
G = 30.42%
B = 38.67%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BFBCEF (or 0xBFBCEF) is known color: Lavender Grey. HEX triplet: BF, BC and EF. RGB value is (191,188,239). Sum of RGB (Red+Green+Blue) = 191+188+239=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFBCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBCEF is #404310. Grayscale: #C2C2C2. Windows color (decimal): -4211473 or 15711423. OLE color: 15711423.

HSL color Cylindrical-coordinate representation of color #BFBCEF: hue angle of 243.53º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFBCEF is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 188 239 -
CMYK 0.20 0.21 0 0.06
HSL 243.53º 0.61% 0.84% -
HSV(B) 243.53º 0.21% 0.94% -
XYZ 55.05 53.27 89.04 -
YUV 194.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 191 188 239 0.20 0.21 0 0.06 243.53 0.61 0.84
Hex BF BC EF 14 15 0 6 F4 3D 54
Octal 277 274 357 24 25 0 6 364 75 124
Binary 10111111 10111100 11101111 10100 10101 0 110 11110100 111101 1010100

Color Harmonies of #BFBCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBCEF

Black with #BFBCEF

Text Example


Text Example

White with #BFBCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBCEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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