Html Css Color HEX #BDBAEC Lavender Grey

📋 copy color: '#BDBAEC'

red 189 ◦ green 186 ◦ blue 236

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

Shades of Lavender Grey #BDBAEC

Tints of Lavender Grey #BDBAEC

RGB

 RED value IS 189 (74.22% from 255) = 30.93%

 GREEN value IS 186 (73.05% from 255) = 30.44%

 BLUE value IS 236 (92.58% from 255) = 38.63%

R = 30.93%
G = 30.44%
B = 38.63%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDBAEC (or 0xBDBAEC) is known color: Lavender Grey. HEX triplet: BD, BA and EC. RGB value is (189,186,236). Sum of RGB (Red+Green+Blue) = 189+186+236=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDBAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBAEC is #424513. Grayscale: #C0C0C0. Windows color (decimal): -4343060 or 15514301. OLE color: 15514301.

HSL color Cylindrical-coordinate representation of color #BDBAEC: hue angle of 243.6º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDBAEC is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 186 236 -
CMYK 0.20 0.21 0 0.07
HSL 243.6º 0.57% 0.83% -
HSV(B) 243.6º 0.21% 0.93% -
XYZ 53.69 51.99 86.56 -
YUV 192.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 189 186 236 0.20 0.21 0 0.07 243.6 0.57 0.83
Hex BD BA EC 14 15 0 7 F4 39 53
Octal 275 272 354 24 25 0 7 364 71 123
Binary 10111101 10111010 11101100 10100 10101 0 111 11110100 111001 1010011

Color Harmonies of #BDBAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBAEC

Black with #BDBAEC

Text Example


Text Example

White with #BDBAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBAEC; }

 p { color: rgb(189,186,236); }

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

background-color css

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

 a { background-color: rgb(189,186,236); }

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

border-color css

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

 span { border-color: rgb(189,186,236); }

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