Html Css Color HEX #B9BAFA Lavender Blue

📋 copy color: '#B9BAFA'

red 185 ◦ green 186 ◦ blue 250

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

Shades of Lavender Blue #B9BAFA

Tints of Lavender Blue #B9BAFA

RGB

 RED value IS 185 (72.66% from 255) = 29.79%

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

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

R = 29.79%
G = 29.95%
B = 40.26%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B9BAFA (or 0xB9BAFA) is known color: Lavender Blue. HEX triplet: B9, BA and FA. RGB value is (185,186,250). Sum of RGB (Red+Green+Blue) = 185+186+250=621 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.79% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #B9BAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BAFA is #464505. Grayscale: #C0C0C0. Windows color (decimal): -4605190 or 16431801. OLE color: 16431801.

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

Color convert

RGB 185 186 250 -
CMYK 0.26 0.26 0 0.02
HSL 239.08º 0.87% 0.85% -
HSV(B) 239.08º 0.26% 0.98% -
XYZ 54.82 52.33 97.65 -
YUV 193 160.17 122.3 -
System Red Green Blue C M Y K H S L
Decimal 185 186 250 0.26 0.26 0 0.02 239.08 0.87 0.85
Hex B9 BA FA 1A 1A 0 2 EF 57 55
Octal 271 272 372 32 32 0 2 357 127 125
Binary 10111001 10111010 11111010 11010 11010 0 10 11101111 1010111 1010101

Color Harmonies of #B9BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BAFA

Black with #B9BAFA

Text Example


Text Example

White with #B9BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BAFA; }

 p { color: rgb(185,186,250); }

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

background-color css

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

 a { background-color: rgb(185,186,250); }

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

border-color css

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

 span { border-color: rgb(185,186,250); }

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