Html Css Color HEX #C2BFF1 Lavender Blue

📋 copy color: '#C2BFF1'

red 194 ◦ green 191 ◦ blue 241

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

Shades of Lavender Blue #C2BFF1

Tints of Lavender Blue #C2BFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.5%

R = 30.99%
G = 30.51%
B = 38.5%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C2BFF1 (or 0xC2BFF1) is known color: Lavender Blue. HEX triplet: C2, BF and F1. RGB value is (194,191,241). Sum of RGB (Red+Green+Blue) = 194+191+241=626 (82% of max value = 765). Red value is 194 (76.17% from 255 or 30.99% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #C2BFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BFF1 is #3D400E. Grayscale: #C5C5C5. Windows color (decimal): -4014095 or 15843266. OLE color: 15843266.

HSL color Cylindrical-coordinate representation of color #C2BFF1: hue angle of 243.6º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2BFF1 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 191 241 -
CMYK 0.20 0.21 0 0.05
HSL 243.6º 0.64% 0.85% -
HSV(B) 243.6º 0.21% 0.95% -
XYZ 56.76 55.08 90.86 -
YUV 197.6 152.49 125.43 -
System Red Green Blue C M Y K H S L
Decimal 194 191 241 0.20 0.21 0 0.05 243.6 0.64 0.85
Hex C2 BF F1 14 15 0 5 F4 40 55
Octal 302 277 361 24 25 0 5 364 100 125
Binary 11000010 10111111 11110001 10100 10101 0 101 11110100 1000000 1010101

Color Harmonies of #C2BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BFF1

Black with #C2BFF1

Text Example


Text Example

White with #C2BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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