Html Css Color HEX #C5BEF3 Lavender Blue

📋 copy color: '#C5BEF3'

red 197 ◦ green 190 ◦ blue 243

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

Shades of Lavender Blue #C5BEF3

Tints of Lavender Blue #C5BEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.57%

R = 31.27%
G = 30.16%
B = 38.57%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C5BEF3 (or 0xC5BEF3) is known color: Lavender Blue. HEX triplet: C5, BE and F3. RGB value is (197,190,243). Sum of RGB (Red+Green+Blue) = 197+190+243=630 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.27% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 243 (95.31% from 255 or 38.57% from 630); Max value from RGB is 243 - color contains mainly: blue. Hex color #C5BEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BEF3 is #3A410C. Grayscale: #C5C5C5. Windows color (decimal): -3817741 or 15974085. OLE color: 15974085.

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

Color convert

RGB 197 190 243 -
CMYK 0.19 0.22 0 0.05
HSL 247.92º 0.69% 0.85% -
HSV(B) 247.92º 0.22% 0.95% -
XYZ 57.62 55.17 92.41 -
YUV 198.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 197 190 243 0.19 0.22 0 0.05 247.92 0.69 0.85
Hex C5 BE F3 13 16 0 5 F8 45 55
Octal 305 276 363 23 26 0 5 370 105 125
Binary 11000101 10111110 11110011 10011 10110 0 101 11111000 1000101 1010101

Color Harmonies of #C5BEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BEF3

Black with #C5BEF3

Text Example


Text Example

White with #C5BEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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