Html Css Color HEX #B9BFFA Lavender Blue

📋 copy color: '#B9BFFA'

red 185 ◦ green 191 ◦ blue 250

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

Shades of Lavender Blue #B9BFFA

Tints of Lavender Blue #B9BFFA

RGB

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

 GREEN value IS 191 (75% from 255) = 30.51%

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

R = 29.55%
G = 30.51%
B = 39.94%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B9BFFA (or 0xB9BFFA) is known color: Lavender Blue. HEX triplet: B9, BF and FA. RGB value is (185,191,250). Sum of RGB (Red+Green+Blue) = 185+191+250=626 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.55% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #B9BFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BFFA is #464005. Grayscale: #C3C3C3. Windows color (decimal): -4603910 or 16433081. OLE color: 16433081.

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

Color convert

RGB 185 191 250 -
CMYK 0.26 0.24 0 0.02
HSL 234.46º 0.87% 0.85% -
HSV(B) 234.46º 0.26% 0.98% -
XYZ 55.89 54.48 98.01 -
YUV 195.93 158.51 120.2 -
System Red Green Blue C M Y K H S L
Decimal 185 191 250 0.26 0.24 0 0.02 234.46 0.87 0.85
Hex B9 BF FA 1A 18 0 2 EA 57 55
Octal 271 277 372 32 30 0 2 352 127 125
Binary 10111001 10111111 11111010 11010 11000 0 10 11101010 1010111 1010101

Color Harmonies of #B9BFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BFFA

Black with #B9BFFA

Text Example


Text Example

White with #B9BFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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