Html Css Color HEX #BCBFE2 Lavender Grey

📋 copy color: '#BCBFE2'

red 188 ◦ green 191 ◦ blue 226

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

Shades of Lavender Grey #BCBFE2

Tints of Lavender Grey #BCBFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 37.36%

R = 31.07%
G = 31.57%
B = 37.36%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BCBFE2 (or 0xBCBFE2) is known color: Lavender Grey. HEX triplet: BC, BF and E2. RGB value is (188,191,226). Sum of RGB (Red+Green+Blue) = 188+191+226=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCBFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFE2 is #43401D. Grayscale: #C1C1C1. Windows color (decimal): -4407326 or 14860220. OLE color: 14860220.

HSL color Cylindrical-coordinate representation of color #BCBFE2: hue angle of 235.26º degrees, saturation: 0.4, 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 #BCBFE2 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 191 226 -
CMYK 0.17 0.15 0 0.11
HSL 235.26º 0.4% 0.81% -
HSV(B) 235.26º 0.17% 0.89% -
XYZ 53.1 53.44 79.47 -
YUV 194.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 188 191 226 0.17 0.15 0 0.11 235.26 0.4 0.81
Hex BC BF E2 11 F 0 B EB 28 51
Octal 274 277 342 21 17 0 13 353 50 121
Binary 10111100 10111111 11100010 10001 1111 0 1011 11101011 101000 1010001

Color Harmonies of #BCBFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBFE2

Black with #BCBFE2

Text Example


Text Example

White with #BCBFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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