#C3BCFE

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

Shades of Lavender Blue #C3BCFE

Tints of Lavender Blue #C3BCFE

Color information

#C3BCFE (or 0xC3BCFE) is unknown color: approx Lavender Blue. HEX triplet: C3, BC and FE. RGB value is (195,188,254). Sum of RGB (Red+Green+Blue) = 195+188+254=637 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.61% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3BCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BCFE is #3C4301. Grayscale: #C5C5C5. Windows color (decimal): -3949314 or 16694467. OLE color: 16694467.

HSL color Cylindrical-coordinate representation of color #C3BCFE: hue angle of 246.36º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3BCFE is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB195188254-
CMYK0.230.2600.00
HSL246.36º97.06%86.67%-
HSV(B)246.36º25.98%99.61%-
XYZ58.3854.72101.25-
YUV197.62159.82126.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.61%
GREEN value IS 188 (73.83% from 255) = 29.51%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=30.61%
G=29.51%
B=39.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1951882540.230.2600.00246.3697.0686.67
HexC3BCFE171A00f66157
Octal303274376273200366141127
Binary1100001110111100111111101011111010001111011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BCFE; }

 p { color: rgb(195,188,254); }

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

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

 a { background-color: rgb(195,188,254); }

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

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

 span { border-color: rgb(195,188,254); }

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