#C3BEF6

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

Shades of Lavender Blue #C3BEF6

Tints of Lavender Blue #C3BEF6

Color information

#C3BEF6 (or 0xC3BEF6) is unknown color: approx Lavender Blue. HEX triplet: C3, BE and F6. RGB value is (195,190,246). Sum of RGB (Red+Green+Blue) = 195+190+246=631 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.90% from 631); Green value is 190 (74.61% from 255 or 30.11% 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 #C3BEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BEF6 is #3C4109. Grayscale: #C5C5C5. Windows color (decimal): -3948810 or 16170691. OLE color: 16170691.

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

Color convert

RGB195190246-
CMYK0.210.2300.04
HSL245.36º75.68%85.49%-
HSV(B)245.36º22.76%96.47%-
XYZ57.5555.0894.79-
YUV197.88155.16125.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.90%
GREEN value IS 190 (74.61% from 255) = 30.11%
BLUE value IS 246 (96.48% from 255) = 38.99%
R=30.90%
G=30.11%
B=38.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1951902460.210.2300.04245.3675.6885.49
HexC3BEF6151704f54c55
Octal303276366252704365114125
Binary110000111011111011110110101011011101001111010110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BEF6; }

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

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

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

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

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

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

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

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