Html Css Color HEX #BCBFE0 Lavender Grey

📋 copy color: '#BCBFE0'

red 188 ◦ green 191 ◦ blue 224

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

Shades of Lavender Grey #BCBFE0

Tints of Lavender Grey #BCBFE0

RGB

 RED value IS 188 (73.83% from 255) = 31.18%

 GREEN value IS 191 (75% from 255) = 31.67%

 BLUE value IS 224 (87.89% from 255) = 37.15%

R = 31.18%
G = 31.67%
B = 37.15%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BCBFE0 (or 0xBCBFE0) is known color: Lavender Grey. HEX triplet: BC, BF and E0. RGB value is (188,191,224). Sum of RGB (Red+Green+Blue) = 188+191+224=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCBFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFE0 is #43401F. Grayscale: #C1C1C1. Windows color (decimal): -4407328 or 14729148. OLE color: 14729148.

HSL color Cylindrical-coordinate representation of color #BCBFE0: hue angle of 235º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCBFE0 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 191 224 -
CMYK 0.16 0.15 0 0.12
HSL 235º 0.37% 0.81% -
HSV(B) 235º 0.16% 0.88% -
XYZ 52.82 53.33 78.03 -
YUV 193.87 145.01 123.82 -
System Red Green Blue C M Y K H S L
Decimal 188 191 224 0.16 0.15 0 0.12 235 0.37 0.81
Hex BC BF E0 10 F 0 C EB 25 51
Octal 274 277 340 20 17 0 14 353 45 121
Binary 10111100 10111111 11100000 10000 1111 0 1100 11101011 100101 1010001

Color Harmonies of #BCBFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFE0

Black with #BCBFE0

Text Example


Text Example

White with #BCBFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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