#C5BCF6

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

Shades of Lavender Blue #C5BCF6

Tints of Lavender Blue #C5BCF6

Color information

#C5BCF6 (or 0xC5BCF6) is unknown color: approx Lavender Blue. HEX triplet: C5, BC and F6. RGB value is (197,188,246). Sum of RGB (Red+Green+Blue) = 197+188+246=631 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.22% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 246 (96.48% from 255 or 38.99% from 631); Max value from RGB is 246 - color contains mainly: blue. Hex color #C5BCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BCF6 is #3A4309. Grayscale: #C5C5C5. Windows color (decimal): -3818250 or 16170181. OLE color: 16170181.

HSL color Cylindrical-coordinate representation of color #C5BCF6: hue angle of 249.31º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5BCF6 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB197188246-
CMYK0.200.2400.04
HSL249.31º76.32%85.1%-
HSV(B)249.31º23.58%96.47%-
XYZ57.6454.4994.67-
YUV197.3155.48127.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.22%
GREEN value IS 188 (73.83% from 255) = 29.79%
BLUE value IS 246 (96.48% from 255) = 38.99%
R=31.22%
G=29.79%
B=38.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1971882460.200.2400.04249.3176.3285.1
HexC5BCF6141804f94c55
Octal305274366243004371114125
Binary110001011011110011110110101001100001001111100110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BCF6; }

 p { color: rgb(197,188,246); }

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

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

 a { background-color: rgb(197,188,246); }

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

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

 span { border-color: rgb(197,188,246); }

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