Html Css Color HEX #C1BAFE Lavender Blue

📋 copy color: '#C1BAFE'

red 193 ◦ green 186 ◦ blue 254

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

Shades of Lavender Blue #C1BAFE

Tints of Lavender Blue #C1BAFE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.38%

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

R = 30.49%
G = 29.38%
B = 40.13%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C1BAFE (or 0xC1BAFE) is known color: Lavender Blue. HEX triplet: C1, BA and FE. RGB value is (193,186,254). Sum of RGB (Red+Green+Blue) = 193+186+254=633 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.49% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1BAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BAFE is #3E4501. Grayscale: #C3C3C3. Windows color (decimal): -4080898 or 16693953. OLE color: 16693953.

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

Color convert

RGB 193 186 254 -
CMYK 0.24 0.27 0 0.00
HSL 246.18º 0.97% 0.86% -
HSV(B) 246.18º 0.27% 1% -
XYZ 57.44 53.61 101.09 -
YUV 195.85 160.82 125.97 -
System Red Green Blue C M Y K H S L
Decimal 193 186 254 0.24 0.27 0 0.00 246.18 0.97 0.86
Hex C1 BA FE 18 1B 0 0 F6 61 56
Octal 301 272 376 30 33 0 0 366 141 126
Binary 11000001 10111010 11111110 11000 11011 0 0 11110110 1100001 1010110

Color Harmonies of #C1BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BAFE

Black with #C1BAFE

Text Example


Text Example

White with #C1BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BAFE; }

 p { color: rgb(193,186,254); }

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

background-color css

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

 a { background-color: rgb(193,186,254); }

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

border-color css

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

 span { border-color: rgb(193,186,254); }

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