Html Css Color HEX #BDB7FA Lavender Blue

📋 copy color: '#BDB7FA'

red 189 ◦ green 183 ◦ blue 250

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

Shades of Lavender Blue #BDB7FA

Tints of Lavender Blue #BDB7FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.19%

R = 30.39%
G = 29.42%
B = 40.19%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDB7FA (or 0xBDB7FA) is known color: Lavender Blue. HEX triplet: BD, B7 and FA. RGB value is (189,183,250). Sum of RGB (Red+Green+Blue) = 189+183+250=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 183 (71.88% from 255 or 29.42% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDB7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB7FA is #424805. Grayscale: #C0C0C0. Windows color (decimal): -4343814 or 16431037. OLE color: 16431037.

HSL color Cylindrical-coordinate representation of color #BDB7FA: hue angle of 245.37º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDB7FA is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 183 250 -
CMYK 0.24 0.27 0 0.02
HSL 245.37º 0.87% 0.85% -
HSV(B) 245.37º 0.27% 0.98% -
XYZ 55.18 51.59 97.49 -
YUV 192.43 160.49 125.55 -
System Red Green Blue C M Y K H S L
Decimal 189 183 250 0.24 0.27 0 0.02 245.37 0.87 0.85
Hex BD B7 FA 18 1B 0 2 F5 57 55
Octal 275 267 372 30 33 0 2 365 127 125
Binary 10111101 10110111 11111010 11000 11011 0 10 11110101 1010111 1010101

Color Harmonies of #BDB7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB7FA

Black with #BDB7FA

Text Example


Text Example

White with #BDB7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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