#C7BBFB

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

Shades of Lavender Blue #C7BBFB

Tints of Lavender Blue #C7BBFB

Color information

#C7BBFB (or 0xC7BBFB) is unknown color: approx Lavender Blue. HEX triplet: C7, BB and FB. RGB value is (199,187,251). Sum of RGB (Red+Green+Blue) = 199+187+251=637 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.24% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #C7BBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BBFB is #384404. Grayscale: #C5C5C5. Windows color (decimal): -3687429 or 16497607. OLE color: 16497607.

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

Color convert

RGB199187251-
CMYK0.210.2500.02
HSL251.25º88.89%85.88%-
HSV(B)251.25º25.5%98.43%-
XYZ58.7454.6598.72-
YUV197.88157.98128.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.24%
GREEN value IS 187 (73.44% from 255) = 29.36%
BLUE value IS 251 (98.44% from 255) = 39.40%
R=31.24%
G=29.36%
B=39.40%

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
Decimal1991872510.210.2500.02251.2588.8985.88
HexC7BBFB151902fb5956
Octal307273373253102373131126
Binary11000111101110111111101110101110010101111101110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BBFB; }

 p { color: rgb(199,187,251); }

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

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

 a { background-color: rgb(199,187,251); }

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

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

 span { border-color: rgb(199,187,251); }

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