Html Css Color HEX #C1BCFA Lavender Blue

📋 copy color: '#C1BCFA'

red 193 ◦ green 188 ◦ blue 250

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

Shades of Lavender Blue #C1BCFA

Tints of Lavender Blue #C1BCFA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.79%

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

R = 30.59%
G = 29.79%
B = 39.62%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C1BCFA (or 0xC1BCFA) is known color: Lavender Blue. HEX triplet: C1, BC and FA. RGB value is (193,188,250). Sum of RGB (Red+Green+Blue) = 193+188+250=631 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.59% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #C1BCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BCFA is #3E4305. Grayscale: #C4C4C4. Windows color (decimal): -4080390 or 16432321. OLE color: 16432321.

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

Color convert

RGB 193 188 250 -
CMYK 0.23 0.25 0 0.02
HSL 244.84º 0.86% 0.86% -
HSV(B) 244.84º 0.25% 0.98% -
XYZ 57.23 54.21 97.89 -
YUV 196.56 158.16 125.46 -
System Red Green Blue C M Y K H S L
Decimal 193 188 250 0.23 0.25 0 0.02 244.84 0.86 0.86
Hex C1 BC FA 17 19 0 2 F5 56 56
Octal 301 274 372 27 31 0 2 365 126 126
Binary 11000001 10111100 11111010 10111 11001 0 10 11110101 1010110 1010110

Color Harmonies of #C1BCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BCFA

Black with #C1BCFA

Text Example


Text Example

White with #C1BCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BCFA; }

 p { color: rgb(193,188,250); }

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

background-color css

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

 a { background-color: rgb(193,188,250); }

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

border-color css

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

 span { border-color: rgb(193,188,250); }

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