#C8BDFB

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

Shades of Lavender Blue #C8BDFB

Tints of Lavender Blue #C8BDFB

Color information

#C8BDFB (or 0xC8BDFB) is unknown color: approx Lavender Blue. HEX triplet: C8, BD and FB. RGB value is (200,189,251). Sum of RGB (Red+Green+Blue) = 200+189+251=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8BDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BDFB is #374204. Grayscale: #C7C7C7. Windows color (decimal): -3621381 or 16498120. OLE color: 16498120.

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

Color convert

RGB200189251-
CMYK0.200.2500.02
HSL250.65º88.57%86.27%-
HSV(B)250.65º24.7%98.43%-
XYZ59.4355.6498.87-
YUV199.36157.14128.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.25%
GREEN value IS 189 (74.22% from 255) = 29.53%
BLUE value IS 251 (98.44% from 255) = 39.22%
R=31.25%
G=29.53%
B=39.22%

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
Decimal2001892510.200.2500.02250.6588.5786.27
HexC8BDFB141902fb5956
Octal310275373243102373131126
Binary11001000101111011111101110100110010101111101110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDFB; }

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

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

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

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

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

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

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

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