Html Css Color HEX #BDB3FB Lavender Blue

📋 copy color: '#BDB3FB'

red 189 ◦ green 179 ◦ blue 251

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

Shades of Lavender Blue #BDB3FB

Tints of Lavender Blue #BDB3FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.55%

R = 30.53%
G = 28.92%
B = 40.55%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDB3FB (or 0xBDB3FB) is known color: Lavender Blue. HEX triplet: BD, B3 and FB. RGB value is (189,179,251). Sum of RGB (Red+Green+Blue) = 189+179+251=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 179 (70.31% from 255 or 28.92% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDB3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB3FB is #424C04. Grayscale: #BDBDBD. Windows color (decimal): -4344837 or 16495549. OLE color: 16495549.

HSL color Cylindrical-coordinate representation of color #BDB3FB: hue angle of 248.33º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDB3FB is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 179 251 -
CMYK 0.25 0.29 0 0.02
HSL 248.33º 0.9% 0.84% -
HSV(B) 248.33º 0.29% 0.98% -
XYZ 54.52 50.02 98.05 -
YUV 190.2 162.31 127.15 -
System Red Green Blue C M Y K H S L
Decimal 189 179 251 0.25 0.29 0 0.02 248.33 0.9 0.84
Hex BD B3 FB 19 1D 0 2 F8 5A 54
Octal 275 263 373 31 35 0 2 370 132 124
Binary 10111101 10110011 11111011 11001 11101 0 10 11111000 1011010 1010100

Color Harmonies of #BDB3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB3FB

Black with #BDB3FB

Text Example


Text Example

White with #BDB3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB3FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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