Html Css Color HEX #C1BAFB Lavender Blue

📋 copy color: '#C1BAFB'

red 193 ◦ green 186 ◦ blue 251

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

Shades of Lavender Blue #C1BAFB

Tints of Lavender Blue #C1BAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 39.84%

R = 30.63%
G = 29.52%
B = 39.84%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C1BAFB (or 0xC1BAFB) is known color: Lavender Blue. HEX triplet: C1, BA and FB. RGB value is (193,186,251). Sum of RGB (Red+Green+Blue) = 193+186+251=630 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.63% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #C1BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BAFB is #3E4504. Grayscale: #C3C3C3. Windows color (decimal): -4080901 or 16497345. OLE color: 16497345.

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

Color convert

RGB 193 186 251 -
CMYK 0.23 0.26 0 0.02
HSL 246.46º 0.89% 0.86% -
HSV(B) 246.46º 0.26% 0.98% -
XYZ 56.96 53.42 98.58 -
YUV 195.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 193 186 251 0.23 0.26 0 0.02 246.46 0.89 0.86
Hex C1 BA FB 17 1A 0 2 F6 59 56
Octal 301 272 373 27 32 0 2 366 131 126
Binary 11000001 10111010 11111011 10111 11010 0 10 11110110 1011001 1010110

Color Harmonies of #C1BAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BAFB

Black with #C1BAFB

Text Example


Text Example

White with #C1BAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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