Html Css Color HEX #C5BAFF Lavender Blue

📋 copy color: '#C5BAFF'

red 197 ◦ green 186 ◦ blue 255

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

Shades of Lavender Blue #C5BAFF

Tints of Lavender Blue #C5BAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.97%

R = 30.88%
G = 29.15%
B = 39.97%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C5BAFF (or 0xC5BAFF) is known color: Lavender Blue. HEX triplet: C5, BA and FF. RGB value is (197,186,255). Sum of RGB (Red+Green+Blue) = 197+186+255=638 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.88% from 638); Green value is 186 (73.05% from 255 or 29.15% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5BAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BAFF is #3A4500. Grayscale: #C4C4C4. Windows color (decimal): -3818753 or 16759493. OLE color: 16759493.

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

Color convert

RGB 197 186 255 -
CMYK 0.23 0.27 0 0
HSL 249.57º 1% 0.86% -
HSV(B) 249.57º 0.27% 1% -
XYZ 58.63 54.21 101.98 -
YUV 197.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 197 186 255 0.23 0.27 0 0 249.57 1 0.86
Hex C5 BA FF 17 1B 0 0 FA 64 56
Octal 305 272 377 27 33 0 0 372 144 126
Binary 11000101 10111010 11111111 10111 11011 0 0 11111010 1100100 1010110

Color Harmonies of #C5BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BAFF

Black with #C5BAFF

Text Example


Text Example

White with #C5BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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