Html Css Color HEX #B9BCFB Lavender Blue

📋 copy color: '#B9BCFB'

red 185 ◦ green 188 ◦ blue 251

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

Shades of Lavender Blue #B9BCFB

Tints of Lavender Blue #B9BCFB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.13%

 BLUE value IS 251 (98.44% from 255) = 40.22%

R = 29.65%
G = 30.13%
B = 40.22%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B9BCFB (or 0xB9BCFB) is known color: Lavender Blue. HEX triplet: B9, BC and FB. RGB value is (185,188,251). Sum of RGB (Red+Green+Blue) = 185+188+251=624 (82% of max value = 765). Red value is 185 (72.66% from 255 or 29.65% from 624); Green value is 188 (73.83% from 255 or 30.13% from 624); Blue value is 251 (98.44% from 255 or 40.22% from 624); Max value from RGB is 251 - color contains mainly: blue. Hex color #B9BCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BCFB is #464304. Grayscale: #C2C2C2. Windows color (decimal): -4604677 or 16497849. OLE color: 16497849.

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

Color convert

RGB 185 188 251 -
CMYK 0.26 0.25 0 0.02
HSL 237.27º 0.89% 0.85% -
HSV(B) 237.27º 0.26% 0.98% -
XYZ 55.4 53.25 98.62 -
YUV 194.29 160.01 121.38 -
System Red Green Blue C M Y K H S L
Decimal 185 188 251 0.26 0.25 0 0.02 237.27 0.89 0.85
Hex B9 BC FB 1A 19 0 2 ED 59 55
Octal 271 274 373 32 31 0 2 355 131 125
Binary 10111001 10111100 11111011 11010 11001 0 10 11101101 1011001 1010101

Color Harmonies of #B9BCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BCFB

Black with #B9BCFB

Text Example


Text Example

White with #B9BCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BCFB; }

 p { color: rgb(185,188,251); }

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

background-color css

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

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

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

border-color css

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

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

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