Html Css Color HEX #BDBDE6 Lavender Grey

📋 copy color: '#BDBDE6'

red 189 ◦ green 189 ◦ blue 230

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

Shades of Lavender Grey #BDBDE6

Tints of Lavender Grey #BDBDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.83%

R = 31.09%
G = 31.09%
B = 37.83%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDBDE6 (or 0xBDBDE6) is known color: Lavender Grey. HEX triplet: BD, BD and E6. RGB value is (189,189,230). Sum of RGB (Red+Green+Blue) = 189+189+230=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDBDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBDE6 is #424219. Grayscale: #C1C1C1. Windows color (decimal): -4342298 or 15121853. OLE color: 15121853.

HSL color Cylindrical-coordinate representation of color #BDBDE6: hue angle of 240º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDBDE6 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 189 230 -
CMYK 0.18 0.18 0 0.10
HSL 240º 0.45% 0.82% -
HSV(B) 240º 0.18% 0.9% -
XYZ 53.47 52.93 82.26 -
YUV 193.67 148.5 124.67 -
System Red Green Blue C M Y K H S L
Decimal 189 189 230 0.18 0.18 0 0.10 240 0.45 0.82
Hex BD BD E6 12 12 0 A F0 2D 52
Octal 275 275 346 22 22 0 12 360 55 122
Binary 10111101 10111101 11100110 10010 10010 0 1010 11110000 101101 1010010

Color Harmonies of #BDBDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBDE6

Black with #BDBDE6

Text Example


Text Example

White with #BDBDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBDE6; }

 p { color: rgb(189,189,230); }

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

background-color css

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

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

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

border-color css

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

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

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