Html Css Color HEX #BCBDE2 Lavender Grey

📋 copy color: '#BCBDE2'

red 188 ◦ green 189 ◦ blue 226

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

Shades of Lavender Grey #BCBDE2

Tints of Lavender Grey #BCBDE2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.34%

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

R = 31.18%
G = 31.34%
B = 37.48%

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

#BCBDE2 (or 0xBCBDE2) is known color: Lavender Grey. HEX triplet: BC, BD and E2. RGB value is (188,189,226). Sum of RGB (Red+Green+Blue) = 188+189+226=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCBDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDE2 is #43421D. Grayscale: #C0C0C0. Windows color (decimal): -4407838 or 14859708. OLE color: 14859708.

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

Color convert

RGB 188 189 226 -
CMYK 0.17 0.16 0 0.11
HSL 238.42º 0.4% 0.81% -
HSV(B) 238.42º 0.17% 0.89% -
XYZ 52.66 52.58 79.32 -
YUV 192.92 146.67 124.49 -
System Red Green Blue C M Y K H S L
Decimal 188 189 226 0.17 0.16 0 0.11 238.42 0.4 0.81
Hex BC BD E2 11 10 0 B EE 28 51
Octal 274 275 342 21 20 0 13 356 50 121
Binary 10111100 10111101 11100010 10001 10000 0 1011 11101110 101000 1010001

Color Harmonies of #BCBDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBDE2

Black with #BCBDE2

Text Example


Text Example

White with #BCBDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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