Html Css Color HEX #C5BCFA Lavender Blue

📋 copy color: '#C5BCFA'

red 197 ◦ green 188 ◦ blue 250

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

Shades of Lavender Blue #C5BCFA

Tints of Lavender Blue #C5BCFA

RGB

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

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

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

R = 31.02%
G = 29.61%
B = 39.37%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C5BCFA (or 0xC5BCFA) is known color: Lavender Blue. HEX triplet: C5, BC and FA. RGB value is (197,188,250). Sum of RGB (Red+Green+Blue) = 197+188+250=635 (84% of max value = 765). Red value is 197 (77.34% from 255 or 31.02% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5BCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BCFA is #3A4305. Grayscale: #C5C5C5. Windows color (decimal): -3818246 or 16432325. OLE color: 16432325.

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

Color convert

RGB 197 188 250 -
CMYK 0.21 0.25 0 0.02
HSL 248.71º 0.86% 0.86% -
HSV(B) 248.71º 0.25% 0.98% -
XYZ 58.26 54.74 97.94 -
YUV 197.76 157.48 127.46 -
System Red Green Blue C M Y K H S L
Decimal 197 188 250 0.21 0.25 0 0.02 248.71 0.86 0.86
Hex C5 BC FA 15 19 0 2 F9 56 56
Octal 305 274 372 25 31 0 2 371 126 126
Binary 11000101 10111100 11111010 10101 11001 0 10 11111001 1010110 1010110

Color Harmonies of #C5BCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BCFA

Black with #C5BCFA

Text Example


Text Example

White with #C5BCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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