Html Css Color HEX #C2BEF0 Lavender Blue

📋 copy color: '#C2BEF0'

red 194 ◦ green 190 ◦ blue 240

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

Shades of Lavender Blue #C2BEF0

Tints of Lavender Blue #C2BEF0

RGB

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

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

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

R = 31.09%
G = 30.45%
B = 38.46%

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

#C2BEF0 (or 0xC2BEF0) is known color: Lavender Blue. HEX triplet: C2, BE and F0. RGB value is (194,190,240). Sum of RGB (Red+Green+Blue) = 194+190+240=624 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.09% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #C2BEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BEF0 is #3D410F. Grayscale: #C4C4C4. Windows color (decimal): -4014352 or 15777474. OLE color: 15777474.

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

Color convert

RGB 194 190 240 -
CMYK 0.19 0.21 0 0.06
HSL 244.8º 0.63% 0.84% -
HSV(B) 244.8º 0.21% 0.94% -
XYZ 56.39 54.59 90 -
YUV 196.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 194 190 240 0.19 0.21 0 0.06 244.8 0.63 0.84
Hex C2 BE F0 13 15 0 6 F5 3E 54
Octal 302 276 360 23 25 0 6 365 76 124
Binary 11000010 10111110 11110000 10011 10101 0 110 11110101 111110 1010100

Color Harmonies of #C2BEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BEF0

Black with #C2BEF0

Text Example


Text Example

White with #C2BEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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