#C3BEFC

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

Shades of Lavender Blue #C3BEFC

Tints of Lavender Blue #C3BEFC

Color information

#C3BEFC (or 0xC3BEFC) is unknown color: approx Lavender Blue. HEX triplet: C3, BE and FC. RGB value is (195,190,252). Sum of RGB (Red+Green+Blue) = 195+190+252=637 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.61% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3BEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BEFC is #3C4103. Grayscale: #C6C6C6. Windows color (decimal): -3948804 or 16563907. OLE color: 16563907.

HSL color Cylindrical-coordinate representation of color #C3BEFC: hue angle of 244.84º degrees, saturation: 0.91, 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 #C3BEFC is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB195190252-
CMYK0.230.2500.01
HSL244.84º91.18%86.67%-
HSV(B)244.84º24.6%98.82%-
XYZ58.4955.4699.72-
YUV198.56158.16125.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.61%
GREEN value IS 190 (74.61% from 255) = 29.83%
BLUE value IS 252 (98.83% from 255) = 39.56%
R=30.61%
G=29.83%
B=39.56%

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
Decimal1951902520.230.2500.01244.8491.1886.67
HexC3BEFC171901f55b57
Octal303276374273101365133127
Binary1100001110111110111111001011111001011111010110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BEFC; }

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

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

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

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

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

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

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

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