Html Css Color HEX #B9B9FA Lavender Blue

📋 copy color: '#B9B9FA'

red 185 ◦ green 185 ◦ blue 250

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

Shades of Lavender Blue #B9B9FA

Tints of Lavender Blue #B9B9FA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.84%

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

R = 29.84%
G = 29.84%
B = 40.32%

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

#B9B9FA (or 0xB9B9FA) is known color: Lavender Blue. HEX triplet: B9, B9 and FA. RGB value is (185,185,250). Sum of RGB (Red+Green+Blue) = 185+185+250=620 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.84% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #B9B9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9B9FA is #464605. Grayscale: #C0C0C0. Windows color (decimal): -4605446 or 16431545. OLE color: 16431545.

HSL color Cylindrical-coordinate representation of color #B9B9FA: hue angle of 240º 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 #B9B9FA is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 185 250 -
CMYK 0.26 0.26 0 0.02
HSL 240º 0.87% 0.85% -
HSV(B) 240º 0.26% 0.98% -
XYZ 54.61 51.91 97.58 -
YUV 192.41 160.5 122.71 -
System Red Green Blue C M Y K H S L
Decimal 185 185 250 0.26 0.26 0 0.02 240 0.87 0.85
Hex B9 B9 FA 1A 1A 0 2 F0 57 55
Octal 271 271 372 32 32 0 2 360 127 125
Binary 10111001 10111001 11111010 11010 11010 0 10 11110000 1010111 1010101

Color Harmonies of #B9B9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B9FA

Black with #B9B9FA

Text Example


Text Example

White with #B9B9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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