#C6BBFA

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

Shades of Lavender Blue #C6BBFA

Tints of Lavender Blue #C6BBFA

Color information

#C6BBFA (or 0xC6BBFA) is unknown color: approx Lavender Blue. HEX triplet: C6, BB and FA. RGB value is (198,187,250). Sum of RGB (Red+Green+Blue) = 198+187+250=635 (84% of max value = 765). Red value is 198 (77.73% from 255 or 31.18% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6BBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6BBFA is #394405. Grayscale: #C5C5C5. Windows color (decimal): -3752966 or 16432070. OLE color: 16432070.

HSL color Cylindrical-coordinate representation of color #C6BBFA: hue angle of 250.48º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6BBFA is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB198187250-
CMYK0.210.2500.02
HSL250.48º86.3%85.69%-
HSV(B)250.48º25.2%98.04%-
XYZ58.3154.4597.88-
YUV197.47157.64128.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 31.18%
GREEN value IS 187 (73.44% from 255) = 29.45%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=31.18%
G=29.45%
B=39.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1981872500.210.2500.02250.4886.385.69
HexC6BBFA151902fa5656
Octal306273372253102372126126
Binary11000110101110111111101010101110010101111101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BBFA; }

 p { color: rgb(198,187,250); }

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

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

 a { background-color: rgb(198,187,250); }

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

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

 span { border-color: rgb(198,187,250); }

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