Html Css Color HEX #C1BEEA Lavender Grey

📋 copy color: '#C1BEEA'

red 193 ◦ green 190 ◦ blue 234

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

Shades of Lavender Grey #C1BEEA

Tints of Lavender Grey #C1BEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.93%

R = 31.28%
G = 30.79%
B = 37.93%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C1BEEA (or 0xC1BEEA) is known color: Lavender Grey. HEX triplet: C1, BE and EA. RGB value is (193,190,234). Sum of RGB (Red+Green+Blue) = 193+190+234=617 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.28% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1BEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BEEA is #3E4115. Grayscale: #C3C3C3. Windows color (decimal): -4079894 or 15384257. OLE color: 15384257.

HSL color Cylindrical-coordinate representation of color #C1BEEA: hue angle of 244.09º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1BEEA is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 190 234 -
CMYK 0.18 0.19 0 0.08
HSL 244.09º 0.51% 0.83% -
HSV(B) 244.09º 0.19% 0.92% -
XYZ 55.26 54.1 85.37 -
YUV 195.91 149.49 125.92 -
System Red Green Blue C M Y K H S L
Decimal 193 190 234 0.18 0.19 0 0.08 244.09 0.51 0.83
Hex C1 BE EA 12 13 0 8 F4 33 53
Octal 301 276 352 22 23 0 10 364 63 123
Binary 11000001 10111110 11101010 10010 10011 0 1000 11110100 110011 1010011

Color Harmonies of #C1BEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BEEA

Black with #C1BEEA

Text Example


Text Example

White with #C1BEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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