Html Css Color HEX #BCBDE1 Lavender Grey

📋 copy color: '#BCBDE1'

red 188 ◦ green 189 ◦ blue 225

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

Shades of Lavender Grey #BCBDE1

Tints of Lavender Grey #BCBDE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.38%

R = 31.23%
G = 31.4%
B = 37.38%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BCBDE1 (or 0xBCBDE1) is known color: Lavender Grey. HEX triplet: BC, BD and E1. RGB value is (188,189,225). Sum of RGB (Red+Green+Blue) = 188+189+225=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCBDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDE1 is #43421E. Grayscale: #C0C0C0. Windows color (decimal): -4407839 or 14794172. OLE color: 14794172.

HSL color Cylindrical-coordinate representation of color #BCBDE1: hue angle of 238.38º degrees, saturation: 0.38, 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 #BCBDE1 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 189 225 -
CMYK 0.16 0.16 0 0.12
HSL 238.38º 0.38% 0.81% -
HSV(B) 238.38º 0.16% 0.88% -
XYZ 52.53 52.52 78.6 -
YUV 192.81 146.17 124.57 -
System Red Green Blue C M Y K H S L
Decimal 188 189 225 0.16 0.16 0 0.12 238.38 0.38 0.81
Hex BC BD E1 10 10 0 C EE 26 51
Octal 274 275 341 20 20 0 14 356 46 121
Binary 10111100 10111101 11100001 10000 10000 0 1100 11101110 100110 1010001

Color Harmonies of #BCBDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBDE1

Black with #BCBDE1

Text Example


Text Example

White with #BCBDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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