#C3BFF3

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

Shades of Lavender Blue #C3BFF3

Tints of Lavender Blue #C3BFF3

Color information

#C3BFF3 (or 0xC3BFF3) is unknown color: approx Lavender Blue. HEX triplet: C3, BF and F3. RGB value is (195,191,243). Sum of RGB (Red+Green+Blue) = 195+191+243=629 (83% of max value = 765). Red value is 195 (76.56% from 255 or 31.00% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #C3BFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BFF3 is #3C400C. Grayscale: #C5C5C5. Windows color (decimal): -3948557 or 15974339. OLE color: 15974339.

HSL color Cylindrical-coordinate representation of color #C3BFF3: hue angle of 244.62º degrees, saturation: 0.68, 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 #C3BFF3 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB195191243-
CMYK0.200.2100.05
HSL244.62º68.42%85.1%-
HSV(B)244.62º21.4%95.29%-
XYZ57.3155.3392.45-
YUV198.12153.33125.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.00%
GREEN value IS 191 (75% from 255) = 30.37%
BLUE value IS 243 (95.31% from 255) = 38.63%
R=31.00%
G=30.37%
B=38.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1951912430.200.2100.05244.6268.4285.1
HexC3BFF3141505f54455
Octal303277363242505365104125
Binary110000111011111111110011101001010101011111010110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFF3; }

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

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

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

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

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

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

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

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