#B9C4FE

Color #B9C4FE Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #B9C4FE

Tints of Lavender Blue #B9C4FE

Color information

#B9C4FE (or 0xB9C4FE) is unknown color: approx Lavender Blue. HEX triplet: B9, C4 and FE. RGB value is (185,196,254). Sum of RGB (Red+Green+Blue) = 185+196+254=635 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.13% from 635); Green value is 196 (76.95% from 255 or 30.87% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9C4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C4FE is #463B01. Grayscale: #C7C7C7. Windows color (decimal): -4602626 or 16696505. OLE color: 16696505.

HSL color Cylindrical-coordinate representation of color #B9C4FE: hue angle of 230.43º 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 #B9C4FE is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB185196254-
CMYK0.270.2300.00
HSL230.43º97.18%86.08%-
HSV(B)230.43º27.17%99.61%-
XYZ57.6456.95101.72-
YUV199.32158.86117.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.13%
GREEN value IS 196 (76.95% from 255) = 30.87%
BLUE value IS 254 (99.61% from 255) = 40%
R=29.13%
G=30.87%
B=40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1851962540.270.2300.00230.4397.1886.08
HexB9C4FE1B1700e66156
Octal271304376332700346141126
Binary1011100111000100111111101101110111001110011011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C4FE; }

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

 H1.HeaderClassName
 {
   color: #B9C4FE;
 }
 .AnyTagClassName
 {
   color: #B9C4FE;
 }
</style>
background-color css

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

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

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

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

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

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