Html Css Color HEX #C2BFFB Lavender Blue

📋 copy color: '#C2BFFB'

red 194 ◦ green 191 ◦ blue 251

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

Shades of Lavender Blue #C2BFFB

Tints of Lavender Blue #C2BFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.47%

R = 30.5%
G = 30.03%
B = 39.47%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2BFFB (or 0xC2BFFB) is known color: Lavender Blue. HEX triplet: C2, BF and FB. RGB value is (194,191,251). Sum of RGB (Red+Green+Blue) = 194+191+251=636 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.50% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2BFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BFFB is #3D4004. Grayscale: #C6C6C6. Windows color (decimal): -4014085 or 16498626. OLE color: 16498626.

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

Color convert

RGB 194 191 251 -
CMYK 0.23 0.24 0 0.02
HSL 243º 0.88% 0.87% -
HSV(B) 243º 0.24% 0.98% -
XYZ 58.29 55.7 98.94 -
YUV 198.74 157.49 124.62 -
System Red Green Blue C M Y K H S L
Decimal 194 191 251 0.23 0.24 0 0.02 243 0.88 0.87
Hex C2 BF FB 17 18 0 2 F3 58 57
Octal 302 277 373 27 30 0 2 363 130 127
Binary 11000010 10111111 11111011 10111 11000 0 10 11110011 1011000 1010111

Color Harmonies of #C2BFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BFFB

Black with #C2BFFB

Text Example


Text Example

White with #C2BFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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