#B9C4FD

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

Shades of Lavender Blue #B9C4FD

Tints of Lavender Blue #B9C4FD

Color information

#B9C4FD (or 0xB9C4FD) is unknown color: approx Lavender Blue. HEX triplet: B9, C4 and FD. RGB value is (185,196,253). Sum of RGB (Red+Green+Blue) = 185+196+253=634 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.18% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9C4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9C4FD is #463B02. Grayscale: #C6C6C6. Windows color (decimal): -4602627 or 16630969. OLE color: 16630969.

HSL color Cylindrical-coordinate representation of color #B9C4FD: hue angle of 230.29º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9C4FD is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB185196253-
CMYK0.270.2300.01
HSL230.29º94.44%85.88%-
HSV(B)230.29º26.88%99.22%-
XYZ57.4856.89100.88-
YUV199.21158.36117.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.18%
GREEN value IS 196 (76.95% from 255) = 30.91%
BLUE value IS 253 (99.22% from 255) = 39.91%
R=29.18%
G=30.91%
B=39.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851962530.270.2300.01230.2994.4485.88
HexB9C4FD1B1701e65e56
Octal271304375332701346136126
Binary1011100111000100111111011101110111011110011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C4FD; }

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

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

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

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

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

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

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

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