#C3BEF3

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

Shades of Lavender Blue #C3BEF3

Tints of Lavender Blue #C3BEF3

Color information

#C3BEF3 (or 0xC3BEF3) is unknown color: approx Lavender Blue. HEX triplet: C3, BE and F3. RGB value is (195,190,243). Sum of RGB (Red+Green+Blue) = 195+190+243=628 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.05% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #C3BEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BEF3 is #3C410C. Grayscale: #C5C5C5. Windows color (decimal): -3948813 or 15974083. OLE color: 15974083.

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

Color convert

RGB195190243-
CMYK0.200.2200.05
HSL245.66º68.83%84.9%-
HSV(B)245.66º21.81%95.29%-
XYZ57.154.992.38-
YUV197.54153.66126.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.05%
GREEN value IS 190 (74.61% from 255) = 30.25%
BLUE value IS 243 (95.31% from 255) = 38.69%
R=31.05%
G=30.25%
B=38.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1951902430.200.2200.05245.6668.8384.9
HexC3BEF3141605f64555
Octal303276363242605366105125
Binary110000111011111011110011101001011001011111011010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BEF3; }

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

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

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

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

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

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

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

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