#C8BFF9

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

Shades of Lavender Blue #C8BFF9

Tints of Lavender Blue #C8BFF9

Color information

#C8BFF9 (or 0xC8BFF9) is unknown color: approx Lavender Blue. HEX triplet: C8, BF and F9. RGB value is (200,191,249). Sum of RGB (Red+Green+Blue) = 200+191+249=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 249 - color contains mainly: blue. Hex color #C8BFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BFF9 is #374006. Grayscale: #C8C8C8. Windows color (decimal): -3620871 or 16367560. OLE color: 16367560.

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

Color convert

RGB200191249-
CMYK0.200.2300.02
HSL249.31º82.86%86.27%-
HSV(B)249.31º23.29%97.65%-
XYZ59.5556.3897.37-
YUV200.3155.48127.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.25%
GREEN value IS 191 (75% from 255) = 29.84%
BLUE value IS 249 (97.66% from 255) = 38.91%
R=31.25%
G=29.84%
B=38.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001912490.200.2300.02249.3182.8686.27
HexC8BFF9141702f95356
Octal310277371242702371123126
Binary11001000101111111111100110100101110101111100110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BFF9; }

 p { color: rgb(200,191,249); }

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

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

 a { background-color: rgb(200,191,249); }

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

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

 span { border-color: rgb(200,191,249); }

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