Html Css Color HEX #C1BEED Lavender Grey

📋 copy color: '#C1BEED'

red 193 ◦ green 190 ◦ blue 237

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

Shades of Lavender Grey #C1BEED

Tints of Lavender Grey #C1BEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.23%

R = 31.13%
G = 30.65%
B = 38.23%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C1BEED (or 0xC1BEED) is known color: Lavender Grey. HEX triplet: C1, BE and ED. RGB value is (193,190,237). Sum of RGB (Red+Green+Blue) = 193+190+237=620 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.13% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1BEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BEED is #3E4112. Grayscale: #C4C4C4. Windows color (decimal): -4079891 or 15580865. OLE color: 15580865.

HSL color Cylindrical-coordinate representation of color #C1BEED: hue angle of 243.83º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1BEED is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 190 237 -
CMYK 0.19 0.20 0 0.07
HSL 243.83º 0.57% 0.84% -
HSV(B) 243.83º 0.2% 0.93% -
XYZ 55.69 54.28 87.66 -
YUV 196.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 193 190 237 0.19 0.20 0 0.07 243.83 0.57 0.84
Hex C1 BE ED 13 14 0 7 F4 39 54
Octal 301 276 355 23 24 0 7 364 71 124
Binary 11000001 10111110 11101101 10011 10100 0 111 11110100 111001 1010100

Color Harmonies of #C1BEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BEED

Black with #C1BEED

Text Example


Text Example

White with #C1BEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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