#C1BFFD

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

Shades of Lavender Blue #C1BFFD

Tints of Lavender Blue #C1BFFD

Color information

#C1BFFD (or 0xC1BFFD) is unknown color: approx Lavender Blue. HEX triplet: C1, BF and FD. RGB value is (193,191,253). Sum of RGB (Red+Green+Blue) = 193+191+253=637 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.30% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1BFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BFFD is #3E4002. Grayscale: #C6C6C6. Windows color (decimal): -4079619 or 16629697. OLE color: 16629697.

HSL color Cylindrical-coordinate representation of color #C1BFFD: hue angle of 241.94º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1BFFD is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB193191253-
CMYK0.240.2500.01
HSL241.94º93.94%87.06%-
HSV(B)241.94º24.51%99.22%-
XYZ58.3555.69100.6-
YUV198.67158.66123.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.30%
GREEN value IS 191 (75% from 255) = 29.98%
BLUE value IS 253 (99.22% from 255) = 39.72%
R=30.30%
G=29.98%
B=39.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1931912530.240.2500.01241.9493.9487.06
HexC1BFFD181901f25e57
Octal301277375303101362136127
Binary1100000110111111111111011100011001011111001010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BFFD; }

 p { color: rgb(193,191,253); }

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

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

 a { background-color: rgb(193,191,253); }

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

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

 span { border-color: rgb(193,191,253); }

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