Html Css Color HEX #C2BEFC Lavender Blue

📋 copy color: '#C2BEFC'

red 194 ◦ green 190 ◦ blue 252

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

Shades of Lavender Blue #C2BEFC

Tints of Lavender Blue #C2BEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.62%

R = 30.5%
G = 29.87%
B = 39.62%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C2BEFC (or 0xC2BEFC) is known color: Lavender Blue. HEX triplet: C2, BE and FC. RGB value is (194,190,252). Sum of RGB (Red+Green+Blue) = 194+190+252=636 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.50% from 636); Green value is 190 (74.61% from 255 or 29.87% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2BEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BEFC is #3D4103. Grayscale: #C6C6C6. Windows color (decimal): -4014340 or 16563906. OLE color: 16563906.

HSL color Cylindrical-coordinate representation of color #C2BEFC: hue angle of 243.87º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2BEFC is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 190 252 -
CMYK 0.23 0.25 0 0.01
HSL 243.87º 0.91% 0.87% -
HSV(B) 243.87º 0.25% 0.99% -
XYZ 58.23 55.32 99.7 -
YUV 198.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 194 190 252 0.23 0.25 0 0.01 243.87 0.91 0.87
Hex C2 BE FC 17 19 0 1 F4 5B 57
Octal 302 276 374 27 31 0 1 364 133 127
Binary 11000010 10111110 11111100 10111 11001 0 1 11110100 1011011 1010111

Color Harmonies of #C2BEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BEFC

Black with #C2BEFC

Text Example


Text Example

White with #C2BEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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