Html Css Color HEX #BDB7FD Lavender Blue

📋 copy color: '#BDB7FD'

red 189 ◦ green 183 ◦ blue 253

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

Shades of Lavender Blue #BDB7FD

Tints of Lavender Blue #BDB7FD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.28%

 BLUE value IS 253 (99.22% from 255) = 40.48%

R = 30.24%
G = 29.28%
B = 40.48%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDB7FD (or 0xBDB7FD) is known color: Lavender Blue. HEX triplet: BD, B7 and FD. RGB value is (189,183,253). Sum of RGB (Red+Green+Blue) = 189+183+253=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 183 (71.88% from 255 or 29.28% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDB7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB7FD is #424802. Grayscale: #C0C0C0. Windows color (decimal): -4343811 or 16627645. OLE color: 16627645.

HSL color Cylindrical-coordinate representation of color #BDB7FD: hue angle of 245.14º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDB7FD is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 183 253 -
CMYK 0.25 0.28 0 0.01
HSL 245.14º 0.95% 0.85% -
HSV(B) 245.14º 0.28% 0.99% -
XYZ 55.65 51.78 99.99 -
YUV 192.77 161.99 125.31 -
System Red Green Blue C M Y K H S L
Decimal 189 183 253 0.25 0.28 0 0.01 245.14 0.95 0.85
Hex BD B7 FD 19 1C 0 1 F5 5F 55
Octal 275 267 375 31 34 0 1 365 137 125
Binary 10111101 10110111 11111101 11001 11100 0 1 11110101 1011111 1010101

Color Harmonies of #BDB7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB7FD

Black with #BDB7FD

Text Example


Text Example

White with #BDB7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB7FD; }

 p { color: rgb(189,183,253); }

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

background-color css

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

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

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

border-color css

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

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

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