#C5BFF1

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

Shades of Lavender Blue #C5BFF1

Tints of Lavender Blue #C5BFF1

Color information

#C5BFF1 (or 0xC5BFF1) is unknown color: approx Lavender Blue. HEX triplet: C5, BF and F1. RGB value is (197,191,241). Sum of RGB (Red+Green+Blue) = 197+191+241=629 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.32% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 241 - color contains mainly: blue. Hex color #C5BFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BFF1 is #3A400E. Grayscale: #C6C6C6. Windows color (decimal): -3817487 or 15843269. OLE color: 15843269.

HSL color Cylindrical-coordinate representation of color #C5BFF1: hue angle of 247.2º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5BFF1 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB197191241-
CMYK0.180.2100.05
HSL247.2º64.1%84.71%-
HSV(B)247.2º20.75%94.51%-
XYZ57.5355.4890.9-
YUV198.49151.99126.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.32%
GREEN value IS 191 (75% from 255) = 30.37%
BLUE value IS 241 (94.53% from 255) = 38.31%
R=31.32%
G=30.37%
B=38.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1971912410.180.2100.05247.264.184.71
HexC5BFF1121505f74055
Octal305277361222505367100125
Binary110001011011111111110001100101010101011111011110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFF1; }

 p { color: rgb(197,191,241); }

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

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

 a { background-color: rgb(197,191,241); }

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

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

 span { border-color: rgb(197,191,241); }

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