Html Css Color HEX #BDB9F0 Lavender Grey

📋 copy color: '#BDB9F0'

red 189 ◦ green 185 ◦ blue 240

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

Shades of Lavender Grey #BDB9F0

Tints of Lavender Grey #BDB9F0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.13%

 BLUE value IS 240 (94.14% from 255) = 39.09%

R = 30.78%
G = 30.13%
B = 39.09%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDB9F0 (or 0xBDB9F0) is known color: Lavender Grey. HEX triplet: BD, B9 and F0. RGB value is (189,185,240). Sum of RGB (Red+Green+Blue) = 189+185+240=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 185 (72.66% from 255 or 30.13% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDB9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB9F0 is #42460F. Grayscale: #C0C0C0. Windows color (decimal): -4343312 or 15776189. OLE color: 15776189.

HSL color Cylindrical-coordinate representation of color #BDB9F0: hue angle of 244.36º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDB9F0 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 185 240 -
CMYK 0.21 0.23 0 0.06
HSL 244.36º 0.65% 0.83% -
HSV(B) 244.36º 0.23% 0.94% -
XYZ 54.06 51.81 89.59 -
YUV 192.47 154.83 125.53 -
System Red Green Blue C M Y K H S L
Decimal 189 185 240 0.21 0.23 0 0.06 244.36 0.65 0.83
Hex BD B9 F0 15 17 0 6 F4 41 53
Octal 275 271 360 25 27 0 6 364 101 123
Binary 10111101 10111001 11110000 10101 10111 0 110 11110100 1000001 1010011

Color Harmonies of #BDB9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB9F0

Black with #BDB9F0

Text Example


Text Example

White with #BDB9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB9F0; }

 p { color: rgb(189,185,240); }

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

background-color css

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

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

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

border-color css

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

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

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