#C5B2FF

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

Shades of Lavender Blue #C5B2FF

Tints of Lavender Blue #C5B2FF

Color information

#C5B2FF (or 0xC5B2FF) is unknown color: approx Lavender Blue. HEX triplet: C5, B2 and FF. RGB value is (197,178,255). Sum of RGB (Red+Green+Blue) = 197+178+255=630 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.27% from 630); Green value is 178 (69.92% from 255 or 28.25% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5B2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5B2FF is #3A4D00. Grayscale: #C0C0C0. Windows color (decimal): -3820801 or 16757445. OLE color: 16757445.

HSL color Cylindrical-coordinate representation of color #C5B2FF: hue angle of 254.81º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5B2FF is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB197178255-
CMYK0.230.3000
HSL254.81º100%84.9%-
HSV(B)254.81º30.2%100%-
XYZ5750.93101.43-
YUV192.46163.29131.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.27%
GREEN value IS 178 (69.92% from 255) = 28.25%
BLUE value IS 255 (100% from 255) = 40.48%
R=31.27%
G=28.25%
B=40.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1971782550.230.3000254.8110084.9
HexC5B2FF171E00ff6455
Octal305262377273600377144125
Binary1100010110110010111111111011111110001111111111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B2FF; }

 p { color: rgb(197,178,255); }

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

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

 a { background-color: rgb(197,178,255); }

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

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

 span { border-color: rgb(197,178,255); }

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