Html Css Color HEX #C1BAFD Lavender Blue

📋 copy color: '#C1BAFD'

red 193 ◦ green 186 ◦ blue 253

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

Shades of Lavender Blue #C1BAFD

Tints of Lavender Blue #C1BAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.03%

R = 30.54%
G = 29.43%
B = 40.03%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C1BAFD (or 0xC1BAFD) is known color: Lavender Blue. HEX triplet: C1, BA and FD. RGB value is (193,186,253). Sum of RGB (Red+Green+Blue) = 193+186+253=632 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.54% from 632); Green value is 186 (73.05% from 255 or 29.43% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1BAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BAFD is #3E4502. Grayscale: #C3C3C3. Windows color (decimal): -4080899 or 16628417. OLE color: 16628417.

HSL color Cylindrical-coordinate representation of color #C1BAFD: hue angle of 246.27º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1BAFD is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 186 253 -
CMYK 0.24 0.26 0 0.01
HSL 246.27º 0.94% 0.86% -
HSV(B) 246.27º 0.26% 0.99% -
XYZ 57.28 53.55 100.25 -
YUV 195.73 160.32 126.05 -
System Red Green Blue C M Y K H S L
Decimal 193 186 253 0.24 0.26 0 0.01 246.27 0.94 0.86
Hex C1 BA FD 18 1A 0 1 F6 5E 56
Octal 301 272 375 30 32 0 1 366 136 126
Binary 11000001 10111010 11111101 11000 11010 0 1 11110110 1011110 1010110

Color Harmonies of #C1BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BAFD

Black with #C1BAFD

Text Example


Text Example

White with #C1BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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