Html Css Color HEX #BCBFE3 Lavender Grey

📋 copy color: '#BCBFE3'

red 188 ◦ green 191 ◦ blue 227

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

Shades of Lavender Grey #BCBFE3

Tints of Lavender Grey #BCBFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.46%

R = 31.02%
G = 31.52%
B = 37.46%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BCBFE3 (or 0xBCBFE3) is known color: Lavender Grey. HEX triplet: BC, BF and E3. RGB value is (188,191,227). Sum of RGB (Red+Green+Blue) = 188+191+227=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCBFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFE3 is #43401C. Grayscale: #C2C2C2. Windows color (decimal): -4407325 or 14925756. OLE color: 14925756.

HSL color Cylindrical-coordinate representation of color #BCBFE3: hue angle of 235.38º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCBFE3 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 191 227 -
CMYK 0.17 0.16 0 0.11
HSL 235.38º 0.41% 0.81% -
HSV(B) 235.38º 0.17% 0.89% -
XYZ 53.23 53.5 80.19 -
YUV 194.21 146.51 123.57 -
System Red Green Blue C M Y K H S L
Decimal 188 191 227 0.17 0.16 0 0.11 235.38 0.41 0.81
Hex BC BF E3 11 10 0 B EB 29 51
Octal 274 277 343 21 20 0 13 353 51 121
Binary 10111100 10111111 11100011 10001 10000 0 1011 11101011 101001 1010001

Color Harmonies of #BCBFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFE3

Black with #BCBFE3

Text Example


Text Example

White with #BCBFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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