Html Css Color HEX #BDBDE7 Lavender Grey

📋 copy color: '#BDBDE7'

red 189 ◦ green 189 ◦ blue 231

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

Shades of Lavender Grey #BDBDE7

Tints of Lavender Grey #BDBDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.93%

R = 31.03%
G = 31.03%
B = 37.93%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDBDE7 (or 0xBDBDE7) is known color: Lavender Grey. HEX triplet: BD, BD and E7. RGB value is (189,189,231). Sum of RGB (Red+Green+Blue) = 189+189+231=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDBDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBDE7 is #424218. Grayscale: #C1C1C1. Windows color (decimal): -4342297 or 15187389. OLE color: 15187389.

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

Color convert

RGB 189 189 231 -
CMYK 0.18 0.18 0 0.09
HSL 240º 0.47% 0.82% -
HSV(B) 240º 0.18% 0.91% -
XYZ 53.61 52.98 83 -
YUV 193.79 149 124.58 -
System Red Green Blue C M Y K H S L
Decimal 189 189 231 0.18 0.18 0 0.09 240 0.47 0.82
Hex BD BD E7 12 12 0 9 F0 2F 52
Octal 275 275 347 22 22 0 11 360 57 122
Binary 10111101 10111101 11100111 10010 10010 0 1001 11110000 101111 1010010

Color Harmonies of #BDBDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBDE7

Black with #BDBDE7

Text Example


Text Example

White with #BDBDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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