Html Css Color HEX #C5BAFE Lavender Blue

📋 copy color: '#C5BAFE'

red 197 ◦ green 186 ◦ blue 254

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

Shades of Lavender Blue #C5BAFE

Tints of Lavender Blue #C5BAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.2%

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

R = 30.93%
G = 29.2%
B = 39.87%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C5BAFE (or 0xC5BAFE) is known color: Lavender Blue. HEX triplet: C5, BA and FE. RGB value is (197,186,254). Sum of RGB (Red+Green+Blue) = 197+186+254=637 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.93% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BAFE is #3A4501. Grayscale: #C4C4C4. Windows color (decimal): -3818754 or 16693957. OLE color: 16693957.

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

Color convert

RGB 197 186 254 -
CMYK 0.22 0.27 0 0.00
HSL 249.71º 0.97% 0.86% -
HSV(B) 249.71º 0.27% 1% -
XYZ 58.47 54.14 101.13 -
YUV 197.04 160.14 127.97 -
System Red Green Blue C M Y K H S L
Decimal 197 186 254 0.22 0.27 0 0.00 249.71 0.97 0.86
Hex C5 BA FE 16 1B 0 0 FA 61 56
Octal 305 272 376 26 33 0 0 372 141 126
Binary 11000101 10111010 11111110 10110 11011 0 0 11111010 1100001 1010110

Color Harmonies of #C5BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BAFE

Black with #C5BAFE

Text Example


Text Example

White with #C5BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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