Html Css Color HEX #C1B9FE Lavender Blue

📋 copy color: '#C1B9FE'

red 193 ◦ green 185 ◦ blue 254

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

Shades of Lavender Blue #C1B9FE

Tints of Lavender Blue #C1B9FE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.27%

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

R = 30.54%
G = 29.27%
B = 40.19%

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

#C1B9FE (or 0xC1B9FE) is known color: Lavender Blue. HEX triplet: C1, B9 and FE. RGB value is (193,185,254). Sum of RGB (Red+Green+Blue) = 193+185+254=632 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.54% from 632); Green value is 185 (72.66% from 255 or 29.27% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1B9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B9FE is #3E4601. Grayscale: #C2C2C2. Windows color (decimal): -4081154 or 16693697. OLE color: 16693697.

HSL color Cylindrical-coordinate representation of color #C1B9FE: hue angle of 246.96º 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 #C1B9FE is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 193 185 254 -
CMYK 0.24 0.27 0 0.00
HSL 246.96º 0.97% 0.86% -
HSV(B) 246.96º 0.27% 1% -
XYZ 57.23 53.19 101.02 -
YUV 195.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 193 185 254 0.24 0.27 0 0.00 246.96 0.97 0.86
Hex C1 B9 FE 18 1B 0 0 F7 61 56
Octal 301 271 376 30 33 0 0 367 141 126
Binary 11000001 10111001 11111110 11000 11011 0 0 11110111 1100001 1010110

Color Harmonies of #C1B9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B9FE

Black with #C1B9FE

Text Example


Text Example

White with #C1B9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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