#C3BFF2

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

Shades of Lavender Blue #C3BFF2

Tints of Lavender Blue #C3BFF2

Color information

#C3BFF2 (or 0xC3BFF2) is unknown color: approx Lavender Blue. HEX triplet: C3, BF and F2. RGB value is (195,191,242). Sum of RGB (Red+Green+Blue) = 195+191+242=628 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.05% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #C3BFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BFF2 is #3C400D. Grayscale: #C5C5C5. Windows color (decimal): -3948558 or 15908803. OLE color: 15908803.

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

Color convert

RGB195191242-
CMYK0.190.2100.05
HSL244.71º66.23%84.9%-
HSV(B)244.71º21.07%94.9%-
XYZ57.1655.2791.66-
YUV198.01152.83125.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.05%
GREEN value IS 191 (75% from 255) = 30.41%
BLUE value IS 242 (94.92% from 255) = 38.54%
R=31.05%
G=30.41%
B=38.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1951912420.190.2100.05244.7166.2384.9
HexC3BFF2131505f54255
Octal303277362232505365102125
Binary110000111011111111110010100111010101011111010110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFF2; }

 p { color: rgb(195,191,242); }

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

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

 a { background-color: rgb(195,191,242); }

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

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

 span { border-color: rgb(195,191,242); }

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