Html Css Color HEX #C5BEF8 Lavender Blue

📋 copy color: '#C5BEF8'

red 197 ◦ green 190 ◦ blue 248

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

Shades of Lavender Blue #C5BEF8

Tints of Lavender Blue #C5BEF8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.92%

 BLUE value IS 248 (97.27% from 255) = 39.06%

R = 31.02%
G = 29.92%
B = 39.06%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C5BEF8 (or 0xC5BEF8) is known color: Lavender Blue. HEX triplet: C5, BE and F8. RGB value is (197,190,248). Sum of RGB (Red+Green+Blue) = 197+190+248=635 (84% of max value = 765). Red value is 197 (77.34% from 255 or 31.02% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 248 (97.27% from 255 or 39.06% from 635); Max value from RGB is 248 - color contains mainly: blue. Hex color #C5BEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BEF8 is #3A4107. Grayscale: #C6C6C6. Windows color (decimal): -3817736 or 16301765. OLE color: 16301765.

HSL color Cylindrical-coordinate representation of color #C5BEF8: hue angle of 247.24º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5BEF8 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 197 190 248 -
CMYK 0.21 0.23 0 0.03
HSL 247.24º 0.81% 0.86% -
HSV(B) 247.24º 0.23% 0.97% -
XYZ 58.38 55.47 96.44 -
YUV 198.71 155.82 126.78 -
System Red Green Blue C M Y K H S L
Decimal 197 190 248 0.21 0.23 0 0.03 247.24 0.81 0.86
Hex C5 BE F8 15 17 0 3 F7 51 56
Octal 305 276 370 25 27 0 3 367 121 126
Binary 11000101 10111110 11111000 10101 10111 0 11 11110111 1010001 1010110

Color Harmonies of #C5BEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BEF8

Black with #C5BEF8

Text Example


Text Example

White with #C5BEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BEF8; }

 p { color: rgb(197,190,248); }

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

background-color css

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

 a { background-color: rgb(197,190,248); }

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

border-color css

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

 span { border-color: rgb(197,190,248); }

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