#C2BFFE

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

Shades of Lavender Blue #C2BFFE

Tints of Lavender Blue #C2BFFE

Color information

#C2BFFE (or 0xC2BFFE) is unknown color: approx Lavender Blue. HEX triplet: C2, BF and FE. RGB value is (194,191,254). Sum of RGB (Red+Green+Blue) = 194+191+254=639 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.36% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2BFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BFFE is #3D4001. Grayscale: #C6C6C6. Windows color (decimal): -4014082 or 16695234. OLE color: 16695234.

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

Color convert

RGB194191254-
CMYK0.240.2500.00
HSL242.86º96.92%87.25%-
HSV(B)242.86º24.8%99.61%-
XYZ58.7755.89101.46-
YUV199.08158.99124.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.36%
GREEN value IS 191 (75% from 255) = 29.89%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=30.36%
G=29.89%
B=39.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1941912540.240.2500.00242.8696.9287.25
HexC2BFFE181900f36157
Octal302277376303100363141127
Binary1100001010111111111111101100011001001111001111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BFFE; }

 p { color: rgb(194,191,254); }

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

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

 a { background-color: rgb(194,191,254); }

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

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

 span { border-color: rgb(194,191,254); }

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