Html Css Color HEX #C5BCFE Lavender Blue

📋 copy color: '#C5BCFE'

red 197 ◦ green 188 ◦ blue 254

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

Shades of Lavender Blue #C5BCFE

Tints of Lavender Blue #C5BCFE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.42%

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

R = 30.83%
G = 29.42%
B = 39.75%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C5BCFE (or 0xC5BCFE) is known color: Lavender Blue. HEX triplet: C5, BC and FE. RGB value is (197,188,254). Sum of RGB (Red+Green+Blue) = 197+188+254=639 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.83% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5BCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BCFE is #3A4301. Grayscale: #C5C5C5. Windows color (decimal): -3818242 or 16694469. OLE color: 16694469.

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

Color convert

RGB 197 188 254 -
CMYK 0.22 0.26 0 0.00
HSL 248.18º 0.97% 0.87% -
HSV(B) 248.18º 0.26% 1% -
XYZ 58.9 54.99 101.28 -
YUV 198.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 197 188 254 0.22 0.26 0 0.00 248.18 0.97 0.87
Hex C5 BC FE 16 1A 0 0 F8 61 57
Octal 305 274 376 26 32 0 0 370 141 127
Binary 11000101 10111100 11111110 10110 11010 0 0 11111000 1100001 1010111

Color Harmonies of #C5BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BCFE

Black with #C5BCFE

Text Example


Text Example

White with #C5BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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