Html Css Color HEX #C3BEF1 Lavender Blue

📋 copy color: '#C3BEF1'

red 195 ◦ green 190 ◦ blue 241

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

Shades of Lavender Blue #C3BEF1

Tints of Lavender Blue #C3BEF1

RGB

 RED value IS 195 (76.56% from 255) = 31.15%

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

 BLUE value IS 241 (94.53% from 255) = 38.5%

R = 31.15%
G = 30.35%
B = 38.5%

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

#C3BEF1 (or 0xC3BEF1) is known color: Lavender Blue. HEX triplet: C3, BE and F1. RGB value is (195,190,241). Sum of RGB (Red+Green+Blue) = 195+190+241=626 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.15% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #C3BEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BEF1 is #3C410E. Grayscale: #C5C5C5. Windows color (decimal): -3948815 or 15843011. OLE color: 15843011.

HSL color Cylindrical-coordinate representation of color #C3BEF1: hue angle of 245.88º degrees, saturation: 0.65, 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 #C3BEF1 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 190 241 -
CMYK 0.19 0.21 0 0.05
HSL 245.88º 0.65% 0.85% -
HSV(B) 245.88º 0.21% 0.95% -
XYZ 56.8 54.78 90.8 -
YUV 197.31 152.66 126.35 -
System Red Green Blue C M Y K H S L
Decimal 195 190 241 0.19 0.21 0 0.05 245.88 0.65 0.85
Hex C3 BE F1 13 15 0 5 F6 41 55
Octal 303 276 361 23 25 0 5 366 101 125
Binary 11000011 10111110 11110001 10011 10101 0 101 11110110 1000001 1010101

Color Harmonies of #C3BEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BEF1

Black with #C3BEF1

Text Example


Text Example

White with #C3BEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BEF1; }

 p { color: rgb(195,190,241); }

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

background-color css

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

 a { background-color: rgb(195,190,241); }

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

border-color css

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

 span { border-color: rgb(195,190,241); }

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