Html Css Color HEX #BFBBEC Lavender Grey

📋 copy color: '#BFBBEC'

red 191 ◦ green 187 ◦ blue 236

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

Shades of Lavender Grey #BFBBEC

Tints of Lavender Grey #BFBBEC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.46%

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

R = 31.11%
G = 30.46%
B = 38.44%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFBBEC (or 0xBFBBEC) is known color: Lavender Grey. HEX triplet: BF, BB and EC. RGB value is (191,187,236). Sum of RGB (Red+Green+Blue) = 191+187+236=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFBBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBEC is #404413. Grayscale: #C1C1C1. Windows color (decimal): -4211732 or 15514559. OLE color: 15514559.

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

Color convert

RGB 191 187 236 -
CMYK 0.19 0.21 0 0.07
HSL 244.9º 0.56% 0.83% -
HSV(B) 244.9º 0.21% 0.93% -
XYZ 54.4 52.67 86.66 -
YUV 193.78 151.83 126.02 -
System Red Green Blue C M Y K H S L
Decimal 191 187 236 0.19 0.21 0 0.07 244.9 0.56 0.83
Hex BF BB EC 13 15 0 7 F5 38 53
Octal 277 273 354 23 25 0 7 365 70 123
Binary 10111111 10111011 11101100 10011 10101 0 111 11110101 111000 1010011

Color Harmonies of #BFBBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBBEC

Black with #BFBBEC

Text Example


Text Example

White with #BFBBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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