#C6BFFE

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

Shades of Lavender Blue #C6BFFE

Tints of Lavender Blue #C6BFFE

Color information

#C6BFFE (or 0xC6BFFE) is unknown color: approx Lavender Blue. HEX triplet: C6, BF and FE. RGB value is (198,191,254). Sum of RGB (Red+Green+Blue) = 198+191+254=643 (85% of max value = 765). Red value is 198 (77.73% from 255 or 30.79% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 254 (99.61% from 255 or 39.50% from 643); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6BFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BFFE is #394001. Grayscale: #C8C8C8. Windows color (decimal): -3751938 or 16695238. OLE color: 16695238.

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

Color convert

RGB198191254-
CMYK0.220.2500.00
HSL246.67º96.92%87.25%-
HSV(B)246.67º24.8%99.61%-
XYZ59.8156.42101.5-
YUV200.27158.32126.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.79%
GREEN value IS 191 (75% from 255) = 29.70%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=30.79%
G=29.70%
B=39.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1981912540.220.2500.00246.6796.9287.25
HexC6BFFE161900f76157
Octal306277376263100367141127
Binary1100011010111111111111101011011001001111011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BFFE; }

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

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

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

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

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

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

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

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