Html Css Color HEX #C1BFF2 Lavender Blue

📋 copy color: '#C1BFF2'

red 193 ◦ green 191 ◦ blue 242

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

Shades of Lavender Blue #C1BFF2

Tints of Lavender Blue #C1BFF2

RGB

 RED value IS 193 (75.78% from 255) = 30.83%

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

 BLUE value IS 242 (94.92% from 255) = 38.66%

R = 30.83%
G = 30.51%
B = 38.66%

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

#C1BFF2 (or 0xC1BFF2) is known color: Lavender Blue. HEX triplet: C1, BF and F2. RGB value is (193,191,242). Sum of RGB (Red+Green+Blue) = 193+191+242=626 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.83% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #C1BFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BFF2 is #3E400D. Grayscale: #C5C5C5. Windows color (decimal): -4079630 or 15908801. OLE color: 15908801.

HSL color Cylindrical-coordinate representation of color #C1BFF2: hue angle of 242.35º degrees, saturation: 0.66, 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 #C1BFF2 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 191 242 -
CMYK 0.20 0.21 0 0.05
HSL 242.35º 0.66% 0.85% -
HSV(B) 242.35º 0.21% 0.95% -
XYZ 56.65 55.01 91.64 -
YUV 197.41 153.16 124.85 -
System Red Green Blue C M Y K H S L
Decimal 193 191 242 0.20 0.21 0 0.05 242.35 0.66 0.85
Hex C1 BF F2 14 15 0 5 F2 42 55
Octal 301 277 362 24 25 0 5 362 102 125
Binary 11000001 10111111 11110010 10100 10101 0 101 11110010 1000010 1010101

Color Harmonies of #C1BFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BFF2

Black with #C1BFF2

Text Example


Text Example

White with #C1BFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BFF2; }

 p { color: rgb(193,191,242); }

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

background-color css

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

 a { background-color: rgb(193,191,242); }

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

border-color css

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

 span { border-color: rgb(193,191,242); }

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