Html Css Color HEX #C5BCFD Lavender Blue

📋 copy color: '#C5BCFD'

red 197 ◦ green 188 ◦ blue 253

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

Shades of Lavender Blue #C5BCFD

Tints of Lavender Blue #C5BCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 39.66%

R = 30.88%
G = 29.47%
B = 39.66%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C5BCFD (or 0xC5BCFD) is known color: Lavender Blue. HEX triplet: C5, BC and FD. RGB value is (197,188,253). Sum of RGB (Red+Green+Blue) = 197+188+253=638 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.88% from 638); Green value is 188 (73.83% from 255 or 29.47% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #C5BCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BCFD is #3A4302. Grayscale: #C5C5C5. Windows color (decimal): -3818243 or 16628933. OLE color: 16628933.

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

Color convert

RGB 197 188 253 -
CMYK 0.22 0.26 0 0.01
HSL 248.31º 0.94% 0.86% -
HSV(B) 248.31º 0.26% 0.99% -
XYZ 58.74 54.93 100.43 -
YUV 198.1 158.98 127.21 -
System Red Green Blue C M Y K H S L
Decimal 197 188 253 0.22 0.26 0 0.01 248.31 0.94 0.86
Hex C5 BC FD 16 1A 0 1 F8 5E 56
Octal 305 274 375 26 32 0 1 370 136 126
Binary 11000101 10111100 11111101 10110 11010 0 1 11111000 1011110 1010110

Color Harmonies of #C5BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BCFD

Black with #C5BCFD

Text Example


Text Example

White with #C5BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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