#C1BEFC

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

Shades of Lavender Blue #C1BEFC

Tints of Lavender Blue #C1BEFC

Color information

#C1BEFC (or 0xC1BEFC) is unknown color: approx Lavender Blue. HEX triplet: C1, BE and FC. RGB value is (193,190,252). Sum of RGB (Red+Green+Blue) = 193+190+252=635 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.39% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 252 (98.83% from 255 or 39.69% from 635); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1BEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BEFC is #3E4103. Grayscale: #C5C5C5. Windows color (decimal): -4079876 or 16563905. OLE color: 16563905.

HSL color Cylindrical-coordinate representation of color #C1BEFC: hue angle of 242.9º degrees, saturation: 0.91, 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 #C1BEFC is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB193190252-
CMYK0.230.2500.01
HSL242.9º91.18%86.67%-
HSV(B)242.9º24.6%98.82%-
XYZ57.9855.1999.69-
YUV197.96158.49124.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.39%
GREEN value IS 190 (74.61% from 255) = 29.92%
BLUE value IS 252 (98.83% from 255) = 39.69%
R=30.39%
G=29.92%
B=39.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1931902520.230.2500.01242.991.1886.67
HexC1BEFC171901f35b57
Octal301276374273101363133127
Binary1100000110111110111111001011111001011111001110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BEFC; }

 p { color: rgb(193,190,252); }

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

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

 a { background-color: rgb(193,190,252); }

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

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

 span { border-color: rgb(193,190,252); }

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