#C8BBFB

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

Shades of Lavender Blue #C8BBFB

Tints of Lavender Blue #C8BBFB

Color information

#C8BBFB (or 0xC8BBFB) is unknown color: approx Lavender Blue. HEX triplet: C8, BB and FB. RGB value is (200,187,251). Sum of RGB (Red+Green+Blue) = 200+187+251=638 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.35% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 251 (98.44% from 255 or 39.34% from 638); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8BBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BBFB is #374404. Grayscale: #C5C5C5. Windows color (decimal): -3621893 or 16497608. OLE color: 16497608.

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

Color convert

RGB200187251-
CMYK0.200.2500.02
HSL252.19º88.89%85.88%-
HSV(B)252.19º25.5%98.43%-
XYZ5954.7998.73-
YUV198.18157.81129.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.35%
GREEN value IS 187 (73.44% from 255) = 29.31%
BLUE value IS 251 (98.44% from 255) = 39.34%
R=31.35%
G=29.31%
B=39.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001872510.200.2500.02252.1988.8985.88
HexC8BBFB141902fc5956
Octal310273373243102374131126
Binary11001000101110111111101110100110010101111110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BBFB; }

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

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

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

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

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

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

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

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