Html Css Color HEX #C5BAFA Lavender Blue

📋 copy color: '#C5BAFA'

red 197 ◦ green 186 ◦ blue 250

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

Shades of Lavender Blue #C5BAFA

Tints of Lavender Blue #C5BAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.49%

R = 31.12%
G = 29.38%
B = 39.49%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C5BAFA (or 0xC5BAFA) is known color: Lavender Blue. HEX triplet: C5, BA and FA. RGB value is (197,186,250). Sum of RGB (Red+Green+Blue) = 197+186+250=633 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.12% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5BAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BAFA is #3A4505. Grayscale: #C4C4C4. Windows color (decimal): -3818758 or 16431813. OLE color: 16431813.

HSL color Cylindrical-coordinate representation of color #C5BAFA: hue angle of 250.31º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5BAFA is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 186 250 -
CMYK 0.21 0.26 0 0.02
HSL 250.31º 0.86% 0.85% -
HSV(B) 250.31º 0.26% 0.98% -
XYZ 57.84 53.89 97.8 -
YUV 196.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 197 186 250 0.21 0.26 0 0.02 250.31 0.86 0.85
Hex C5 BA FA 15 1A 0 2 FA 56 55
Octal 305 272 372 25 32 0 2 372 126 125
Binary 11000101 10111010 11111010 10101 11010 0 10 11111010 1010110 1010101

Color Harmonies of #C5BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BAFA

Black with #C5BAFA

Text Example


Text Example

White with #C5BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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