#C3BDF7

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

Shades of Lavender Blue #C3BDF7

Tints of Lavender Blue #C3BDF7

Color information

#C3BDF7 (or 0xC3BDF7) is unknown color: approx Lavender Blue. HEX triplet: C3, BD and F7. RGB value is (195,189,247). Sum of RGB (Red+Green+Blue) = 195+189+247=631 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.90% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 247 (96.88% from 255 or 39.14% from 631); Max value from RGB is 247 - color contains mainly: blue. Hex color #C3BDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BDF7 is #3C4208. Grayscale: #C5C5C5. Windows color (decimal): -3949065 or 16235971. OLE color: 16235971.

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

Color convert

RGB195189247-
CMYK0.210.2300.03
HSL246.21º78.38%85.49%-
HSV(B)246.21º23.48%96.86%-
XYZ57.4954.7195.53-
YUV197.41155.99126.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.90%
GREEN value IS 189 (74.22% from 255) = 29.95%
BLUE value IS 247 (96.88% from 255) = 39.14%
R=30.90%
G=29.95%
B=39.14%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1951892470.210.2300.03246.2178.3885.49
HexC3BDF7151703f64e55
Octal303275367252703366116125
Binary11000011101111011111011110101101110111111011010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDF7; }

 p { color: rgb(195,189,247); }

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

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

 a { background-color: rgb(195,189,247); }

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

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

 span { border-color: rgb(195,189,247); }

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