Html Css Color HEX #BDBED8 Lavender Grey

📋 copy color: '#BDBED8'

red 189 ◦ green 190 ◦ blue 216

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

Shades of Lavender Grey #BDBED8

Tints of Lavender Grey #BDBED8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.93%

 BLUE value IS 216 (84.77% from 255) = 36.3%

R = 31.76%
G = 31.93%
B = 36.3%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BDBED8 (or 0xBDBED8) is known color: Lavender Grey. HEX triplet: BD, BE and D8. RGB value is (189,190,216). Sum of RGB (Red+Green+Blue) = 189+190+216=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 216 - color contains mainly: blue. Hex color #BDBED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBED8 is #424127. Grayscale: #C0C0C0. Windows color (decimal): -4342056 or 14204605. OLE color: 14204605.

HSL color Cylindrical-coordinate representation of color #BDBED8: hue angle of 237.78º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDBED8 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 190 216 -
CMYK 0.12 0.12 0 0.15
HSL 237.78º 0.26% 0.79% -
HSV(B) 237.78º 0.13% 0.85% -
XYZ 51.79 52.6 72.39 -
YUV 192.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 189 190 216 0.12 0.12 0 0.15 237.78 0.26 0.79
Hex BD BE D8 C C 0 F EE 1A 4F
Octal 275 276 330 14 14 0 17 356 32 117
Binary 10111101 10111110 11011000 1100 1100 0 1111 11101110 11010 1001111

Color Harmonies of #BDBED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBED8

Black with #BDBED8

Text Example


Text Example

White with #BDBED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBED8; }

 p { color: rgb(189,190,216); }

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

background-color css

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

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

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

border-color css

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

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

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