#C3BEF2

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

Shades of Lavender Blue #C3BEF2

Tints of Lavender Blue #C3BEF2

Color information

#C3BEF2 (or 0xC3BEF2) is unknown color: approx Lavender Blue. HEX triplet: C3, BE and F2. RGB value is (195,190,242). Sum of RGB (Red+Green+Blue) = 195+190+242=627 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.10% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #C3BEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BEF2 is #3C410D. Grayscale: #C5C5C5. Windows color (decimal): -3948814 or 15908547. OLE color: 15908547.

HSL color Cylindrical-coordinate representation of color #C3BEF2: hue angle of 245.77º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3BEF2 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB195190242-
CMYK0.190.2100.05
HSL245.77º66.67%84.71%-
HSV(B)245.77º21.49%94.9%-
XYZ56.9554.8491.59-
YUV197.42153.16126.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.10%
GREEN value IS 190 (74.61% from 255) = 30.30%
BLUE value IS 242 (94.92% from 255) = 38.60%
R=31.10%
G=30.30%
B=38.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1951902420.190.2100.05245.7766.6784.71
HexC3BEF2131505f64355
Octal303276362232505366103125
Binary110000111011111011110010100111010101011111011010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BEF2; }

 p { color: rgb(195,190,242); }

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

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

 a { background-color: rgb(195,190,242); }

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

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

 span { border-color: rgb(195,190,242); }

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