Html Css Color HEX #C5BEF2 Lavender Blue

📋 copy color: '#C5BEF2'

red 197 ◦ green 190 ◦ blue 242

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

Shades of Lavender Blue #C5BEF2

Tints of Lavender Blue #C5BEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.47%

R = 31.32%
G = 30.21%
B = 38.47%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C5BEF2 (or 0xC5BEF2) is known color: Lavender Blue. HEX triplet: C5, BE and F2. RGB value is (197,190,242). Sum of RGB (Red+Green+Blue) = 197+190+242=629 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.32% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #C5BEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BEF2 is #3A410D. Grayscale: #C5C5C5. Windows color (decimal): -3817742 or 15908549. OLE color: 15908549.

HSL color Cylindrical-coordinate representation of color #C5BEF2: hue angle of 248.08º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5BEF2 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 190 242 -
CMYK 0.19 0.21 0 0.05
HSL 248.08º 0.67% 0.85% -
HSV(B) 248.08º 0.21% 0.95% -
XYZ 57.47 55.11 91.61 -
YUV 198.02 152.82 127.27 -
System Red Green Blue C M Y K H S L
Decimal 197 190 242 0.19 0.21 0 0.05 248.08 0.67 0.85
Hex C5 BE F2 13 15 0 5 F8 43 55
Octal 305 276 362 23 25 0 5 370 103 125
Binary 11000101 10111110 11110010 10011 10101 0 101 11111000 1000011 1010101

Color Harmonies of #C5BEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BEF2

Black with #C5BEF2

Text Example


Text Example

White with #C5BEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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