#C7BEFD

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

Shades of Lavender Blue #C7BEFD

Tints of Lavender Blue #C7BEFD

Color information

#C7BEFD (or 0xC7BEFD) is unknown color: approx Lavender Blue. HEX triplet: C7, BE and FD. RGB value is (199,190,253). Sum of RGB (Red+Green+Blue) = 199+190+253=642 (85% of max value = 765). Red value is 199 (78.12% from 255 or 31.00% from 642); Green value is 190 (74.61% from 255 or 29.60% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #C7BEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BEFD is #384102. Grayscale: #C7C7C7. Windows color (decimal): -3686659 or 16629447. OLE color: 16629447.

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

Color convert

RGB199190253-
CMYK0.210.2500.01
HSL248.57º94.03%86.86%-
HSV(B)248.57º24.9%99.22%-
XYZ59.756.06100.6-
YUV199.87157.98127.38-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.00%
GREEN value IS 190 (74.61% from 255) = 29.60%
BLUE value IS 253 (99.22% from 255) = 39.41%
R=31.00%
G=29.60%
B=39.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1991902530.210.2500.01248.5794.0386.86
HexC7BEFD151901f95e57
Octal307276375253101371136127
Binary1100011110111110111111011010111001011111100110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BEFD; }

 p { color: rgb(199,190,253); }

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

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

 a { background-color: rgb(199,190,253); }

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

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

 span { border-color: rgb(199,190,253); }

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