#C2BCFD

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

Shades of Lavender Blue #C2BCFD

Tints of Lavender Blue #C2BCFD

Color information

#C2BCFD (or 0xC2BCFD) is unknown color: approx Lavender Blue. HEX triplet: C2, BC and FD. RGB value is (194,188,253). Sum of RGB (Red+Green+Blue) = 194+188+253=635 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.55% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2BCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BCFD is #3D4302. Grayscale: #C4C4C4. Windows color (decimal): -4014851 or 16628930. OLE color: 16628930.

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

Color convert

RGB194188253-
CMYK0.230.2600.01
HSL245.54º94.2%86.47%-
HSV(B)245.54º25.69%99.22%-
XYZ57.9654.53100.4-
YUV197.2159.49125.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.55%
GREEN value IS 188 (73.83% from 255) = 29.61%
BLUE value IS 253 (99.22% from 255) = 39.84%
R=30.55%
G=29.61%
B=39.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1941882530.230.2600.01245.5494.286.47
HexC2BCFD171A01f65e56
Octal302274375273201366136126
Binary1100001010111100111111011011111010011111011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BCFD; }

 p { color: rgb(194,188,253); }

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

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

 a { background-color: rgb(194,188,253); }

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

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

 span { border-color: rgb(194,188,253); }

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