Html Css Color HEX #C2BEF4 Lavender Blue

📋 copy color: '#C2BEF4'

red 194 ◦ green 190 ◦ blue 244

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

Shades of Lavender Blue #C2BEF4

Tints of Lavender Blue #C2BEF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.85%

R = 30.89%
G = 30.25%
B = 38.85%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C2BEF4 (or 0xC2BEF4) is known color: Lavender Blue. HEX triplet: C2, BE and F4. RGB value is (194,190,244). Sum of RGB (Red+Green+Blue) = 194+190+244=628 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.89% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 244 (95.70% from 255 or 38.85% from 628); Max value from RGB is 244 - color contains mainly: blue. Hex color #C2BEF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BEF4 is #3D410B. Grayscale: #C5C5C5. Windows color (decimal): -4014348 or 16039618. OLE color: 16039618.

HSL color Cylindrical-coordinate representation of color #C2BEF4: hue angle of 244.44º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2BEF4 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 190 244 -
CMYK 0.20 0.22 0 0.04
HSL 244.44º 0.71% 0.85% -
HSV(B) 244.44º 0.22% 0.96% -
XYZ 56.99 54.83 93.17 -
YUV 197.35 154.33 125.61 -
System Red Green Blue C M Y K H S L
Decimal 194 190 244 0.20 0.22 0 0.04 244.44 0.71 0.85
Hex C2 BE F4 14 16 0 4 F4 47 55
Octal 302 276 364 24 26 0 4 364 107 125
Binary 11000010 10111110 11110100 10100 10110 0 100 11110100 1000111 1010101

Color Harmonies of #C2BEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BEF4

Black with #C2BEF4

Text Example


Text Example

White with #C2BEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BEF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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