Html Css Color HEX #C5BEFA Lavender Blue

📋 copy color: '#C5BEFA'

red 197 ◦ green 190 ◦ blue 250

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

Shades of Lavender Blue #C5BEFA

Tints of Lavender Blue #C5BEFA

RGB

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

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

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

R = 30.93%
G = 29.83%
B = 39.25%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C5BEFA (or 0xC5BEFA) is known color: Lavender Blue. HEX triplet: C5, BE and FA. RGB value is (197,190,250). Sum of RGB (Red+Green+Blue) = 197+190+250=637 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.93% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #C5BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BEFA is #3A4105. Grayscale: #C6C6C6. Windows color (decimal): -3817734 or 16432837. OLE color: 16432837.

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

Color convert

RGB 197 190 250 -
CMYK 0.21 0.24 0 0.02
HSL 247º 0.86% 0.86% -
HSV(B) 247º 0.24% 0.98% -
XYZ 58.69 55.6 98.08 -
YUV 198.93 156.82 126.62 -
System Red Green Blue C M Y K H S L
Decimal 197 190 250 0.21 0.24 0 0.02 247 0.86 0.86
Hex C5 BE FA 15 18 0 2 F7 56 56
Octal 305 276 372 25 30 0 2 367 126 126
Binary 11000101 10111110 11111010 10101 11000 0 10 11110111 1010110 1010110

Color Harmonies of #C5BEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BEFA

Black with #C5BEFA

Text Example


Text Example

White with #C5BEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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