Html Css Color HEX #C2BEF2 Lavender Blue

📋 copy color: '#C2BEF2'

red 194 ◦ green 190 ◦ blue 242

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

Shades of Lavender Blue #C2BEF2

Tints of Lavender Blue #C2BEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.66%

R = 30.99%
G = 30.35%
B = 38.66%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C2BEF2 (or 0xC2BEF2) is known color: Lavender Blue. HEX triplet: C2, BE and F2. RGB value is (194,190,242). Sum of RGB (Red+Green+Blue) = 194+190+242=626 (82% of max value = 765). Red value is 194 (76.17% from 255 or 30.99% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #C2BEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BEF2 is #3D410D. Grayscale: #C4C4C4. Windows color (decimal): -4014350 or 15908546. OLE color: 15908546.

HSL color Cylindrical-coordinate representation of color #C2BEF2: hue angle of 244.62º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2BEF2 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 190 242 -
CMYK 0.20 0.21 0 0.05
HSL 244.62º 0.67% 0.85% -
HSV(B) 244.62º 0.21% 0.95% -
XYZ 56.69 54.71 91.58 -
YUV 197.12 153.33 125.77 -
System Red Green Blue C M Y K H S L
Decimal 194 190 242 0.20 0.21 0 0.05 244.62 0.67 0.85
Hex C2 BE F2 14 15 0 5 F5 43 55
Octal 302 276 362 24 25 0 5 365 103 125
Binary 11000010 10111110 11110010 10100 10101 0 101 11110101 1000011 1010101

Color Harmonies of #C2BEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BEF2

Black with #C2BEF2

Text Example


Text Example

White with #C2BEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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