Html Css Color HEX #BDB3FD Lavender Blue

📋 copy color: '#BDB3FD'

red 189 ◦ green 179 ◦ blue 253

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

Shades of Lavender Blue #BDB3FD

Tints of Lavender Blue #BDB3FD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.82%

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

R = 30.43%
G = 28.82%
B = 40.74%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDB3FD (or 0xBDB3FD) is known color: Lavender Blue. HEX triplet: BD, B3 and FD. RGB value is (189,179,253). Sum of RGB (Red+Green+Blue) = 189+179+253=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 179 (70.31% from 255 or 28.82% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDB3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB3FD is #424C02. Grayscale: #BEBEBE. Windows color (decimal): -4344835 or 16626621. OLE color: 16626621.

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

Color convert

RGB 189 179 253 -
CMYK 0.25 0.29 0 0.01
HSL 248.11º 0.95% 0.85% -
HSV(B) 248.11º 0.29% 0.99% -
XYZ 54.84 50.15 99.72 -
YUV 190.43 163.31 126.98 -
System Red Green Blue C M Y K H S L
Decimal 189 179 253 0.25 0.29 0 0.01 248.11 0.95 0.85
Hex BD B3 FD 19 1D 0 1 F8 5F 55
Octal 275 263 375 31 35 0 1 370 137 125
Binary 10111101 10110011 11111101 11001 11101 0 1 11111000 1011111 1010101

Color Harmonies of #BDB3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB3FD

Black with #BDB3FD

Text Example


Text Example

White with #BDB3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB3FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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