#C3BEFD

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

Shades of Lavender Blue #C3BEFD

Tints of Lavender Blue #C3BEFD

Color information

#C3BEFD (or 0xC3BEFD) is unknown color: approx Lavender Blue. HEX triplet: C3, BE and FD. RGB value is (195,190,253). Sum of RGB (Red+Green+Blue) = 195+190+253=638 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.56% from 638); Green value is 190 (74.61% from 255 or 29.78% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #C3BEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BEFD is #3C4102. Grayscale: #C6C6C6. Windows color (decimal): -3948803 or 16629443. OLE color: 16629443.

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

Color convert

RGB195190253-
CMYK0.230.2500.01
HSL244.76º94.03%86.86%-
HSV(B)244.76º24.9%99.22%-
XYZ58.6555.52100.55-
YUV198.68158.66125.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.56%
GREEN value IS 190 (74.61% from 255) = 29.78%
BLUE value IS 253 (99.22% from 255) = 39.66%
R=30.56%
G=29.78%
B=39.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1951902530.230.2500.01244.7694.0386.86
HexC3BEFD171901f55e57
Octal303276375273101365136127
Binary1100001110111110111111011011111001011111010110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BEFD; }

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

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

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

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

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

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

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

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