#C8BDFE

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

Shades of Lavender Blue #C8BDFE

Tints of Lavender Blue #C8BDFE

Color information

#C8BDFE (or 0xC8BDFE) is unknown color: approx Lavender Blue. HEX triplet: C8, BD and FE. RGB value is (200,189,254). Sum of RGB (Red+Green+Blue) = 200+189+254=643 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.10% from 643); Green value is 189 (74.22% from 255 or 29.39% 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 #C8BDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BDFE is #374201. Grayscale: #C7C7C7. Windows color (decimal): -3621378 or 16694728. OLE color: 16694728.

HSL color Cylindrical-coordinate representation of color #C8BDFE: hue angle of 250.15º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8BDFE is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB200189254-
CMYK0.210.2600.00
HSL250.15º97.01%86.86%-
HSV(B)250.15º25.59%99.61%-
XYZ59.9155.83101.38-
YUV199.7158.64128.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.10%
GREEN value IS 189 (74.22% from 255) = 29.39%
BLUE value IS 254 (99.61% from 255) = 39.50%
R=31.10%
G=29.39%
B=39.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2001892540.210.2600.00250.1597.0186.86
HexC8BDFE151A00fa6157
Octal310275376253200372141127
Binary1100100010111101111111101010111010001111101011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BDFE; }

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

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

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

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

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

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

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

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