Html Css Color HEX #C5BEFE Lavender Blue

📋 copy color: '#C5BEFE'

red 197 ◦ green 190 ◦ blue 254

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

Shades of Lavender Blue #C5BEFE

Tints of Lavender Blue #C5BEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.63%

R = 30.73%
G = 29.64%
B = 39.63%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C5BEFE (or 0xC5BEFE) is known color: Lavender Blue. HEX triplet: C5, BE and FE. RGB value is (197,190,254). Sum of RGB (Red+Green+Blue) = 197+190+254=641 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.73% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5BEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BEFE is #3A4101. Grayscale: #C7C7C7. Windows color (decimal): -3817730 or 16694981. OLE color: 16694981.

HSL color Cylindrical-coordinate representation of color #C5BEFE: hue angle of 246.56º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5BEFE is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 190 254 -
CMYK 0.22 0.25 0 0.00
HSL 246.56º 0.97% 0.87% -
HSV(B) 246.56º 0.25% 1% -
XYZ 59.33 55.85 101.42 -
YUV 199.39 158.82 126.3 -
System Red Green Blue C M Y K H S L
Decimal 197 190 254 0.22 0.25 0 0.00 246.56 0.97 0.87
Hex C5 BE FE 16 19 0 0 F7 61 57
Octal 305 276 376 26 31 0 0 367 141 127
Binary 11000101 10111110 11111110 10110 11001 0 0 11110111 1100001 1010111

Color Harmonies of #C5BEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BEFE

Black with #C5BEFE

Text Example


Text Example

White with #C5BEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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