#C3B8FB

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

Shades of Lavender Blue #C3B8FB

Tints of Lavender Blue #C3B8FB

Color information

#C3B8FB (or 0xC3B8FB) is unknown color: approx Lavender Blue. HEX triplet: C3, B8 and FB. RGB value is (195,184,251). Sum of RGB (Red+Green+Blue) = 195+184+251=630 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.95% from 630); Green value is 184 (72.27% from 255 or 29.21% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #C3B8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3B8FB is #3C4704. Grayscale: #C2C2C2. Windows color (decimal): -3950341 or 16496835. OLE color: 16496835.

HSL color Cylindrical-coordinate representation of color #C3B8FB: hue angle of 249.85º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3B8FB is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB195184251-
CMYK0.220.2700.02
HSL249.85º89.33%85.29%-
HSV(B)249.85º26.69%98.43%-
XYZ57.0652.8598.46-
YUV194.93159.64128.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.95%
GREEN value IS 184 (72.27% from 255) = 29.21%
BLUE value IS 251 (98.44% from 255) = 39.84%
R=30.95%
G=29.21%
B=39.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1951842510.220.2700.02249.8589.3385.29
HexC3B8FB161B02fa5955
Octal303270373263302372131125
Binary11000011101110001111101110110110110101111101010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B8FB; }

 p { color: rgb(195,184,251); }

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

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

 a { background-color: rgb(195,184,251); }

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

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

 span { border-color: rgb(195,184,251); }

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