#C5BFFB

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

Shades of Lavender Blue #C5BFFB

Tints of Lavender Blue #C5BFFB

Color information

#C5BFFB (or 0xC5BFFB) is unknown color: approx Lavender Blue. HEX triplet: C5, BF and FB. RGB value is (197,191,251). Sum of RGB (Red+Green+Blue) = 197+191+251=639 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.83% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #C5BFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BFFB is #3A4004. Grayscale: #C7C7C7. Windows color (decimal): -3817477 or 16498629. OLE color: 16498629.

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

Color convert

RGB197191251-
CMYK0.220.2400.02
HSL246º88.24%86.67%-
HSV(B)246º23.9%98.43%-
XYZ59.0756.198.98-
YUV199.63156.99126.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.83%
GREEN value IS 191 (75% from 255) = 29.89%
BLUE value IS 251 (98.44% from 255) = 39.28%
R=30.83%
G=29.89%
B=39.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971912510.220.2400.0224688.2486.67
HexC5BFFB161802f65857
Octal305277373263002366130127
Binary11000101101111111111101110110110000101111011010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFFB; }

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

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

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

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

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

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

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

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