Html Css Color HEX #C2BFFA Lavender Blue

📋 copy color: '#C2BFFA'

red 194 ◦ green 191 ◦ blue 250

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

Shades of Lavender Blue #C2BFFA

Tints of Lavender Blue #C2BFFA

RGB

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

 GREEN value IS 191 (75% from 255) = 30.08%

 BLUE value IS 250 (98.05% from 255) = 39.37%

R = 30.55%
G = 30.08%
B = 39.37%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2BFFA (or 0xC2BFFA) is known color: Lavender Blue. HEX triplet: C2, BF and FA. RGB value is (194,191,250). Sum of RGB (Red+Green+Blue) = 194+191+250=635 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.55% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2BFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BFFA is #3D4005. Grayscale: #C6C6C6. Windows color (decimal): -4014086 or 16433090. OLE color: 16433090.

HSL color Cylindrical-coordinate representation of color #C2BFFA: hue angle of 243.05º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2BFFA is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 191 250 -
CMYK 0.22 0.24 0 0.02
HSL 243.05º 0.86% 0.86% -
HSV(B) 243.05º 0.24% 0.98% -
XYZ 58.13 55.63 98.12 -
YUV 198.62 156.99 124.7 -
System Red Green Blue C M Y K H S L
Decimal 194 191 250 0.22 0.24 0 0.02 243.05 0.86 0.86
Hex C2 BF FA 16 18 0 2 F3 56 56
Octal 302 277 372 26 30 0 2 363 126 126
Binary 11000010 10111111 11111010 10110 11000 0 10 11110011 1010110 1010110

Color Harmonies of #C2BFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BFFA

Black with #C2BFFA

Text Example


Text Example

White with #C2BFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BFFA; }

 p { color: rgb(194,191,250); }

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

background-color css

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

 a { background-color: rgb(194,191,250); }

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

border-color css

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

 span { border-color: rgb(194,191,250); }

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