Html Css Color HEX #BDB6FD Lavender Blue

📋 copy color: '#BDB6FD'

red 189 ◦ green 182 ◦ blue 253

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

Shades of Lavender Blue #BDB6FD

Tints of Lavender Blue #BDB6FD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.17%

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

R = 30.29%
G = 29.17%
B = 40.54%

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

#BDB6FD (or 0xBDB6FD) is known color: Lavender Blue. HEX triplet: BD, B6 and FD. RGB value is (189,182,253). Sum of RGB (Red+Green+Blue) = 189+182+253=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 182 (71.48% from 255 or 29.17% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDB6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB6FD is #424902. Grayscale: #BFBFBF. Windows color (decimal): -4344067 or 16627389. OLE color: 16627389.

HSL color Cylindrical-coordinate representation of color #BDB6FD: hue angle of 245.92º 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 #BDB6FD is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 182 253 -
CMYK 0.25 0.28 0 0.01
HSL 245.92º 0.95% 0.85% -
HSV(B) 245.92º 0.28% 0.99% -
XYZ 55.44 51.37 99.92 -
YUV 192.19 162.32 125.73 -
System Red Green Blue C M Y K H S L
Decimal 189 182 253 0.25 0.28 0 0.01 245.92 0.95 0.85
Hex BD B6 FD 19 1C 0 1 F6 5F 55
Octal 275 266 375 31 34 0 1 366 137 125
Binary 10111101 10110110 11111101 11001 11100 0 1 11110110 1011111 1010101

Color Harmonies of #BDB6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB6FD

Black with #BDB6FD

Text Example


Text Example

White with #BDB6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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