Html Css Color HEX #BDBDED Lavender Grey

📋 copy color: '#BDBDED'

red 189 ◦ green 189 ◦ blue 237

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

Shades of Lavender Grey #BDBDED

Tints of Lavender Grey #BDBDED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.54%

R = 30.73%
G = 30.73%
B = 38.54%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDBDED (or 0xBDBDED) is known color: Lavender Grey. HEX triplet: BD, BD and ED. RGB value is (189,189,237). Sum of RGB (Red+Green+Blue) = 189+189+237=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDBDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBDED is #424212. Grayscale: #C2C2C2. Windows color (decimal): -4342291 or 15580605. OLE color: 15580605.

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

Color convert

RGB 189 189 237 -
CMYK 0.20 0.20 0 0.07
HSL 240º 0.57% 0.84% -
HSV(B) 240º 0.2% 0.93% -
XYZ 54.47 53.33 87.54 -
YUV 194.47 152 124.1 -
System Red Green Blue C M Y K H S L
Decimal 189 189 237 0.20 0.20 0 0.07 240 0.57 0.84
Hex BD BD ED 14 14 0 7 F0 39 54
Octal 275 275 355 24 24 0 7 360 71 124
Binary 10111101 10111101 11101101 10100 10100 0 111 11110000 111001 1010100

Color Harmonies of #BDBDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBDED

Black with #BDBDED

Text Example


Text Example

White with #BDBDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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