#C4B5FB

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

Shades of Lavender Blue #C4B5FB

Tints of Lavender Blue #C4B5FB

Color information

#C4B5FB (or 0xC4B5FB) is unknown color: approx Lavender Blue. HEX triplet: C4, B5 and FB. RGB value is (196,181,251). Sum of RGB (Red+Green+Blue) = 196+181+251=628 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.21% from 628); Green value is 181 (71.09% from 255 or 28.82% from 628); Blue value is 251 (98.44% from 255 or 39.97% from 628); Max value from RGB is 251 - color contains mainly: blue. Hex color #C4B5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B5FB is #3B4A04. Grayscale: #C1C1C1. Windows color (decimal): -3885573 or 16496068. OLE color: 16496068.

HSL color Cylindrical-coordinate representation of color #C4B5FB: hue angle of 252.86º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4B5FB is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB196181251-
CMYK0.220.2800.02
HSL252.86º89.74%84.71%-
HSV(B)252.86º27.89%98.43%-
XYZ56.751.7598.27-
YUV193.46160.47129.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.21%
GREEN value IS 181 (71.09% from 255) = 28.82%
BLUE value IS 251 (98.44% from 255) = 39.97%
R=31.21%
G=28.82%
B=39.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1961812510.220.2800.02252.8689.7484.71
HexC4B5FB161C02fd5a55
Octal304265373263402375132125
Binary11000100101101011111101110110111000101111110110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B5FB; }

 p { color: rgb(196,181,251); }

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

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

 a { background-color: rgb(196,181,251); }

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

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

 span { border-color: rgb(196,181,251); }

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