Html Css Color HEX #C2BFFE Lavender Blue

📋 copy color: '#C2BFFE'

red 194 ◦ green 191 ◦ blue 254

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

Shades of Lavender Blue #C2BFFE

Tints of Lavender Blue #C2BFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.75%

R = 30.36%
G = 29.89%
B = 39.75%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C2BFFE (or 0xC2BFFE) is known color: Lavender Blue. HEX triplet: C2, BF and FE. RGB value is (194,191,254). Sum of RGB (Red+Green+Blue) = 194+191+254=639 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.36% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2BFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BFFE is #3D4001. Grayscale: #C6C6C6. Windows color (decimal): -4014082 or 16695234. OLE color: 16695234.

HSL color Cylindrical-coordinate representation of color #C2BFFE: hue angle of 242.86º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2BFFE is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 191 254 -
CMYK 0.24 0.25 0 0.00
HSL 242.86º 0.97% 0.87% -
HSV(B) 242.86º 0.25% 1% -
XYZ 58.77 55.89 101.46 -
YUV 199.08 158.99 124.38 -
System Red Green Blue C M Y K H S L
Decimal 194 191 254 0.24 0.25 0 0.00 242.86 0.97 0.87
Hex C2 BF FE 18 19 0 0 F3 61 57
Octal 302 277 376 30 31 0 0 363 141 127
Binary 11000010 10111111 11111110 11000 11001 0 0 11110011 1100001 1010111

Color Harmonies of #C2BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BFFE

Black with #C2BFFE

Text Example


Text Example

White with #C2BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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