#C5B6FF

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

Shades of Lavender Blue #C5B6FF

Tints of Lavender Blue #C5B6FF

Color information

#C5B6FF (or 0xC5B6FF) is unknown color: approx Lavender Blue. HEX triplet: C5, B6 and FF. RGB value is (197,182,255). Sum of RGB (Red+Green+Blue) = 197+182+255=634 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.07% from 634); Green value is 182 (71.48% from 255 or 28.71% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5B6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B6FF is #3A4900. Grayscale: #C2C2C2. Windows color (decimal): -3819777 or 16758469. OLE color: 16758469.

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

Color convert

RGB197182255-
CMYK0.230.2900
HSL252.33º100%85.69%-
HSV(B)252.33º28.63%100%-
XYZ57.852.55101.7-
YUV194.81161.97129.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.07%
GREEN value IS 182 (71.48% from 255) = 28.71%
BLUE value IS 255 (100% from 255) = 40.22%
R=31.07%
G=28.71%
B=40.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1971822550.230.2900252.3310085.69
HexC5B6FF171D00fc6456
Octal305266377273500374144126
Binary1100010110110110111111111011111101001111110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B6FF; }

 p { color: rgb(197,182,255); }

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

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

 a { background-color: rgb(197,182,255); }

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

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

 span { border-color: rgb(197,182,255); }

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