Html Css Color HEX #C5BCFC Lavender Blue

📋 copy color: '#C5BCFC'

red 197 ◦ green 188 ◦ blue 252

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

Shades of Lavender Blue #C5BCFC

Tints of Lavender Blue #C5BCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.56%

R = 30.93%
G = 29.51%
B = 39.56%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C5BCFC (or 0xC5BCFC) is known color: Lavender Blue. HEX triplet: C5, BC and FC. RGB value is (197,188,252). Sum of RGB (Red+Green+Blue) = 197+188+252=637 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.93% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BCFC is #3A4303. Grayscale: #C5C5C5. Windows color (decimal): -3818244 or 16563397. OLE color: 16563397.

HSL color Cylindrical-coordinate representation of color #C5BCFC: hue angle of 248.44º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5BCFC is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 188 252 -
CMYK 0.22 0.25 0 0.01
HSL 248.44º 0.91% 0.86% -
HSV(B) 248.44º 0.25% 0.99% -
XYZ 58.58 54.87 99.6 -
YUV 197.99 158.48 127.3 -
System Red Green Blue C M Y K H S L
Decimal 197 188 252 0.22 0.25 0 0.01 248.44 0.91 0.86
Hex C5 BC FC 16 19 0 1 F8 5B 56
Octal 305 274 374 26 31 0 1 370 133 126
Binary 11000101 10111100 11111100 10110 11001 0 1 11111000 1011011 1010110

Color Harmonies of #C5BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BCFC

Black with #C5BCFC

Text Example


Text Example

White with #C5BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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