#C4BEFF

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

Shades of Lavender Blue #C4BEFF

Tints of Lavender Blue #C4BEFF

Color information

#C4BEFF (or 0xC4BEFF) is unknown color: approx Lavender Blue. HEX triplet: C4, BE and FF. RGB value is (196,190,255). Sum of RGB (Red+Green+Blue) = 196+190+255=641 (84% of max value = 765). Red value is 196 (76.95% from 255 or 30.58% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4BEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4BEFF is #3B4100. Grayscale: #C6C6C6. Windows color (decimal): -3883265 or 16760516. OLE color: 16760516.

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

Color convert

RGB196190255-
CMYK0.230.2500
HSL245.54º100%87.25%-
HSV(B)245.54º25.49%100%-
XYZ59.2355.78102.25-
YUV199.2159.49125.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 30.58%
GREEN value IS 190 (74.61% from 255) = 29.64%
BLUE value IS 255 (100% from 255) = 39.78%
R=30.58%
G=29.64%
B=39.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1961902550.230.2500245.5410087.25
HexC4BEFF171900f66457
Octal304276377273100366144127
Binary1100010010111110111111111011111001001111011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BEFF; }

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

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

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

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

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

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

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

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