Html Css Color HEX #C1BEF0 Lavender Blue

📋 copy color: '#C1BEF0'

red 193 ◦ green 190 ◦ blue 240

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

Shades of Lavender Blue #C1BEF0

Tints of Lavender Blue #C1BEF0

RGB

 RED value IS 193 (75.78% from 255) = 30.98%

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

 BLUE value IS 240 (94.14% from 255) = 38.52%

R = 30.98%
G = 30.5%
B = 38.52%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C1BEF0 (or 0xC1BEF0) is known color: Lavender Blue. HEX triplet: C1, BE and F0. RGB value is (193,190,240). Sum of RGB (Red+Green+Blue) = 193+190+240=623 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.98% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 240 - color contains mainly: blue. Hex color #C1BEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BEF0 is #3E410F. Grayscale: #C4C4C4. Windows color (decimal): -4079888 or 15777473. OLE color: 15777473.

HSL color Cylindrical-coordinate representation of color #C1BEF0: hue angle of 243.6º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1BEF0 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 190 240 -
CMYK 0.20 0.21 0 0.06
HSL 243.6º 0.63% 0.84% -
HSV(B) 243.6º 0.21% 0.94% -
XYZ 56.13 54.46 89.99 -
YUV 196.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 193 190 240 0.20 0.21 0 0.06 243.6 0.63 0.84
Hex C1 BE F0 14 15 0 6 F4 3E 54
Octal 301 276 360 24 25 0 6 364 76 124
Binary 11000001 10111110 11110000 10100 10101 0 110 11110100 111110 1010100

Color Harmonies of #C1BEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BEF0

Black with #C1BEF0

Text Example


Text Example

White with #C1BEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BEF0; }

 p { color: rgb(193,190,240); }

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

background-color css

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

 a { background-color: rgb(193,190,240); }

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

border-color css

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

 span { border-color: rgb(193,190,240); }

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