#C7BFF2

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

Shades of Lavender Blue #C7BFF2

Tints of Lavender Blue #C7BFF2

Color information

#C7BFF2 (or 0xC7BFF2) is unknown color: approx Lavender Blue. HEX triplet: C7, BF and F2. RGB value is (199,191,242). Sum of RGB (Red+Green+Blue) = 199+191+242=632 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.49% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #C7BFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BFF2 is #38400D. Grayscale: #C7C7C7. Windows color (decimal): -3686414 or 15908807. OLE color: 15908807.

HSL color Cylindrical-coordinate representation of color #C7BFF2: hue angle of 249.41º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7BFF2 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB199191242-
CMYK0.180.2100.05
HSL249.41º66.23%84.9%-
HSV(B)249.41º21.07%94.9%-
XYZ58.2155.8191.71-
YUV199.21152.15127.85-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.49%
GREEN value IS 191 (75% from 255) = 30.22%
BLUE value IS 242 (94.92% from 255) = 38.29%
R=31.49%
G=30.22%
B=38.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1991912420.180.2100.05249.4166.2384.9
HexC7BFF2121505f94255
Octal307277362222505371102125
Binary110001111011111111110010100101010101011111100110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BFF2; }

 p { color: rgb(199,191,242); }

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

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

 a { background-color: rgb(199,191,242); }

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

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

 span { border-color: rgb(199,191,242); }

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