Html Css Color HEX #C2BEEF Lavender Blue

📋 copy color: '#C2BEEF'

red 194 ◦ green 190 ◦ blue 239

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

Shades of Lavender Blue #C2BEEF

Tints of Lavender Blue #C2BEEF

RGB

 RED value IS 194 (76.17% from 255) = 31.14%

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

 BLUE value IS 239 (93.75% from 255) = 38.36%

R = 31.14%
G = 30.5%
B = 38.36%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C2BEEF (or 0xC2BEEF) is known color: Lavender Blue. HEX triplet: C2, BE and EF. RGB value is (194,190,239). Sum of RGB (Red+Green+Blue) = 194+190+239=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2BEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BEEF is #3D4110. Grayscale: #C4C4C4. Windows color (decimal): -4014353 or 15711938. OLE color: 15711938.

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

Color convert

RGB 194 190 239 -
CMYK 0.19 0.21 0 0.06
HSL 244.9º 0.6% 0.84% -
HSV(B) 244.9º 0.21% 0.94% -
XYZ 56.24 54.53 89.22 -
YUV 196.78 151.83 126.02 -
System Red Green Blue C M Y K H S L
Decimal 194 190 239 0.19 0.21 0 0.06 244.9 0.6 0.84
Hex C2 BE EF 13 15 0 6 F5 3C 54
Octal 302 276 357 23 25 0 6 365 74 124
Binary 11000010 10111110 11101111 10011 10101 0 110 11110101 111100 1010100

Color Harmonies of #C2BEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BEEF

Black with #C2BEEF

Text Example


Text Example

White with #C2BEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BEEF; }

 p { color: rgb(194,190,239); }

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

background-color css

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

 a { background-color: rgb(194,190,239); }

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

border-color css

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

 span { border-color: rgb(194,190,239); }

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