#C2B5FC

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

Shades of Lavender Blue #C2B5FC

Tints of Lavender Blue #C2B5FC

Color information

#C2B5FC (or 0xC2B5FC) is unknown color: approx Lavender Blue. HEX triplet: C2, B5 and FC. RGB value is (194,181,252). Sum of RGB (Red+Green+Blue) = 194+181+252=627 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.94% from 627); Green value is 181 (71.09% from 255 or 28.87% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2B5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B5FC is #3D4A03. Grayscale: #C0C0C0. Windows color (decimal): -4016644 or 16561602. OLE color: 16561602.

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

Color convert

RGB194181252-
CMYK0.230.2800.01
HSL250.99º92.21%84.9%-
HSV(B)250.99º28.17%98.82%-
XYZ56.3451.5599.08-
YUV192.98161.31128.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.94%
GREEN value IS 181 (71.09% from 255) = 28.87%
BLUE value IS 252 (98.83% from 255) = 40.19%
R=30.94%
G=28.87%
B=40.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1941812520.230.2800.01250.9992.2184.9
HexC2B5FC171C01fb5c55
Octal302265374273401373134125
Binary1100001010110101111111001011111100011111101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B5FC; }

 p { color: rgb(194,181,252); }

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

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

 a { background-color: rgb(194,181,252); }

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

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

 span { border-color: rgb(194,181,252); }

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