Html Css Color HEX #C5B3FE Lavender Blue

📋 copy color: '#C5B3FE'

red 197 ◦ green 179 ◦ blue 254

#C5B3FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blue #C5B3FE

Tints of Lavender Blue #C5B3FE

RGB

 RED value IS 197 (77.34% from 255) = 31.27%

 GREEN value IS 179 (70.31% from 255) = 28.41%

 BLUE value IS 254 (99.61% from 255) = 40.32%

R = 31.27%
G = 28.41%
B = 40.32%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C5B3FE (or 0xC5B3FE) is known color: Lavender Blue. HEX triplet: C5, B3 and FE. RGB value is (197,179,254). Sum of RGB (Red+Green+Blue) = 197+179+254=630 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.27% from 630); Green value is 179 (70.31% from 255 or 28.41% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5B3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5B3FE is #3A4C01. Grayscale: #C0C0C0. Windows color (decimal): -3820546 or 16692165. OLE color: 16692165.

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

Color convert

RGB 197 179 254 -
CMYK 0.22 0.30 0 0.00
HSL 254.4º 0.97% 0.85% -
HSV(B) 254.4º 0.3% 1% -
XYZ 57.04 51.27 100.66 -
YUV 192.93 162.46 130.9 -
System Red Green Blue C M Y K H S L
Decimal 197 179 254 0.22 0.30 0 0.00 254.4 0.97 0.85
Hex C5 B3 FE 16 1E 0 0 FE 61 55
Octal 305 263 376 26 36 0 0 376 141 125
Binary 11000101 10110011 11111110 10110 11110 0 0 11111110 1100001 1010101

Color Harmonies of #C5B3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B3FE

Black with #C5B3FE

Text Example


Text Example

White with #C5B3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B3FE; }

 p { color: rgb(197,179,254); }

 H1.HeaderClassName
 {
   color: #C5B3FE;
 }
 .AnyTagClassName
 {
   color: #C5B3FE;
 }
</style>

background-color css

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

 a { background-color: rgb(197,179,254); }

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

border-color css

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

 span { border-color: rgb(197,179,254); }

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