Html Css Color HEX #B9BCFE Lavender Blue

📋 copy color: '#B9BCFE'

red 185 ◦ green 188 ◦ blue 254

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

Shades of Lavender Blue #B9BCFE

Tints of Lavender Blue #B9BCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.51%

R = 29.51%
G = 29.98%
B = 40.51%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B9BCFE (or 0xB9BCFE) is known color: Lavender Blue. HEX triplet: B9, BC and FE. RGB value is (185,188,254). Sum of RGB (Red+Green+Blue) = 185+188+254=627 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.51% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9BCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9BCFE is #464301. Grayscale: #C2C2C2. Windows color (decimal): -4604674 or 16694457. OLE color: 16694457.

HSL color Cylindrical-coordinate representation of color #B9BCFE: hue angle of 237.39º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9BCFE is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 188 254 -
CMYK 0.27 0.26 0 0.00
HSL 237.39º 0.97% 0.86% -
HSV(B) 237.39º 0.27% 1% -
XYZ 55.88 53.44 101.14 -
YUV 194.63 161.51 121.13 -
System Red Green Blue C M Y K H S L
Decimal 185 188 254 0.27 0.26 0 0.00 237.39 0.97 0.86
Hex B9 BC FE 1B 1A 0 0 ED 61 56
Octal 271 274 376 33 32 0 0 355 141 126
Binary 10111001 10111100 11111110 11011 11010 0 0 11101101 1100001 1010110

Color Harmonies of #B9BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BCFE

Black with #B9BCFE

Text Example


Text Example

White with #B9BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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