#C2BEFF

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

Shades of Lavender Blue #C2BEFF

Tints of Lavender Blue #C2BEFF

Color information

#C2BEFF (or 0xC2BEFF) is unknown color: approx Lavender Blue. HEX triplet: C2, BE and FF. RGB value is (194,190,255). Sum of RGB (Red+Green+Blue) = 194+190+255=639 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.36% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2BEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BEFF is #3D4100. Grayscale: #C6C6C6. Windows color (decimal): -4014337 or 16760514. OLE color: 16760514.

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

Color convert

RGB194190255-
CMYK0.240.2500
HSL243.69º100%87.25%-
HSV(B)243.69º25.49%100%-
XYZ58.7155.52102.23-
YUV198.61159.83124.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.36%
GREEN value IS 190 (74.61% from 255) = 29.73%
BLUE value IS 255 (100% from 255) = 39.91%
R=30.36%
G=29.73%
B=39.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1941902550.240.2500243.6910087.25
HexC2BEFF181900f46457
Octal302276377303100364144127
Binary1100001010111110111111111100011001001111010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BEFF; }

 p { color: rgb(194,190,255); }

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

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

 a { background-color: rgb(194,190,255); }

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

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

 span { border-color: rgb(194,190,255); }

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