#C5BAFB

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

Shades of Lavender Blue #C5BAFB

Tints of Lavender Blue #C5BAFB

Color information

#C5BAFB (or 0xC5BAFB) is unknown color: approx Lavender Blue. HEX triplet: C5, BA and FB. RGB value is (197,186,251). Sum of RGB (Red+Green+Blue) = 197+186+251=634 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.07% from 634); Green value is 186 (73.05% from 255 or 29.34% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #C5BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BAFB is #3A4504. Grayscale: #C4C4C4. Windows color (decimal): -3818757 or 16497349. OLE color: 16497349.

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

Color convert

RGB197186251-
CMYK0.220.2600.02
HSL250.15º89.04%85.69%-
HSV(B)250.15º25.9%98.43%-
XYZ5853.9598.62-
YUV196.7158.64128.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.07%
GREEN value IS 186 (73.05% from 255) = 29.34%
BLUE value IS 251 (98.44% from 255) = 39.59%
R=31.07%
G=29.34%
B=39.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971862510.220.2600.02250.1589.0485.69
HexC5BAFB161A02fa5956
Octal305272373263202372131126
Binary11000101101110101111101110110110100101111101010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BAFB; }

 p { color: rgb(197,186,251); }

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

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

 a { background-color: rgb(197,186,251); }

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

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

 span { border-color: rgb(197,186,251); }

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