Html Css Color HEX #BDBAF5 Lavender Blue

📋 copy color: '#BDBAF5'

red 189 ◦ green 186 ◦ blue 245

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

Shades of Lavender Blue #BDBAF5

Tints of Lavender Blue #BDBAF5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30%

 BLUE value IS 245 (96.09% from 255) = 39.52%

R = 30.48%
G = 30%
B = 39.52%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BDBAF5 (or 0xBDBAF5) is known color: Lavender Blue. HEX triplet: BD, BA and F5. RGB value is (189,186,245). Sum of RGB (Red+Green+Blue) = 189+186+245=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 245 (96.09% from 255 or 39.52% from 620); Max value from RGB is 245 - color contains mainly: blue. Hex color #BDBAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBAF5 is #42450A. Grayscale: #C1C1C1. Windows color (decimal): -4343051 or 16104125. OLE color: 16104125.

HSL color Cylindrical-coordinate representation of color #BDBAF5: hue angle of 243.05º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDBAF5 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 186 245 -
CMYK 0.23 0.24 0 0.04
HSL 243.05º 0.75% 0.85% -
HSV(B) 243.05º 0.24% 0.96% -
XYZ 55.03 52.53 93.63 -
YUV 193.62 156.99 124.7 -
System Red Green Blue C M Y K H S L
Decimal 189 186 245 0.23 0.24 0 0.04 243.05 0.75 0.85
Hex BD BA F5 17 18 0 4 F3 4B 55
Octal 275 272 365 27 30 0 4 363 113 125
Binary 10111101 10111010 11110101 10111 11000 0 100 11110011 1001011 1010101

Color Harmonies of #BDBAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBAF5

Black with #BDBAF5

Text Example


Text Example

White with #BDBAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBAF5; }

 p { color: rgb(189,186,245); }

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

background-color css

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

 a { background-color: rgb(189,186,245); }

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

border-color css

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

 span { border-color: rgb(189,186,245); }

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