#c1b2ff

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

Shades of Lavender Blue #C1B2FF

Tints of Lavender Blue #C1B2FF

Color information

#C1B2FF (or 0xC1B2FF) is unknown color: approx Lavender Blue. HEX triplet: C1, B2 and FF. RGB value is (193,178,255). Sum of RGB (Red+Green+Blue) = 193+178+255=626 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.83% from 626); Green value is 178 (69.92% from 255 or 28.43% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1B2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1B2FF is #3E4D00. Grayscale: #BEBEBE. Windows color (decimal): -4082945 or 16757441. OLE color: 16757441.

HSL color Cylindrical-coordinate representation of color #C1B2FF: hue angle of 251.69º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1B2FF is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB193178255-
CMYK0.240.3000
HSL251.69º100%84.9%-
HSV(B)251.69º30.2%100%-
XYZ55.9650.4101.39-
YUV191.26163.97129.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.83%
GREEN value IS 178 (69.92% from 255) = 28.43%
BLUE value IS 255 (100% from 255) = 40.73%
R=30.83%
G=28.43%
B=40.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1931782550.240.3000251.6910084.9
HexC1B2FF181E00fc6455
Octal301262377303600374144125
Binary1100000110110010111111111100011110001111110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1b2ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1b2ff; }

 p { color: rgb(193,178,255); }

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

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

 a { background-color: rgb(193,178,255); }

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

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

 span { border-color: rgb(193,178,255); }

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