#C2B4FD

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

Shades of Lavender Blue #C2B4FD

Tints of Lavender Blue #C2B4FD

Color information

#C2B4FD (or 0xC2B4FD) is unknown color: approx Lavender Blue. HEX triplet: C2, B4 and FD. RGB value is (194,180,253). Sum of RGB (Red+Green+Blue) = 194+180+253=627 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.94% from 627); Green value is 180 (70.70% from 255 or 28.71% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2B4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B4FD is #3D4B02. Grayscale: #C0C0C0. Windows color (decimal): -4016899 or 16626882. OLE color: 16626882.

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

Color convert

RGB194180253-
CMYK0.230.2900.01
HSL251.51º94.81%84.9%-
HSV(B)251.51º28.85%99.22%-
XYZ56.351.299.84-
YUV192.51162.14129.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.94%
GREEN value IS 180 (70.70% from 255) = 28.71%
BLUE value IS 253 (99.22% from 255) = 40.35%
R=30.94%
G=28.71%
B=40.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1941802530.230.2900.01251.5194.8184.9
HexC2B4FD171D01fc5f55
Octal302264375273501374137125
Binary1100001010110100111111011011111101011111110010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B4FD; }

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

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

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

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

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

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

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

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