Html Css Color HEX #C1B8FE Lavender Blue

📋 copy color: '#C1B8FE'

red 193 ◦ green 184 ◦ blue 254

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

Shades of Lavender Blue #C1B8FE

Tints of Lavender Blue #C1B8FE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.16%

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

R = 30.59%
G = 29.16%
B = 40.25%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C1B8FE (or 0xC1B8FE) is known color: Lavender Blue. HEX triplet: C1, B8 and FE. RGB value is (193,184,254). Sum of RGB (Red+Green+Blue) = 193+184+254=631 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.59% from 631); Green value is 184 (72.27% from 255 or 29.16% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #C1B8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B8FE is #3E4701. Grayscale: #C2C2C2. Windows color (decimal): -4081410 or 16693441. OLE color: 16693441.

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

Color convert

RGB 193 184 254 -
CMYK 0.24 0.28 0 0.00
HSL 247.71º 0.97% 0.86% -
HSV(B) 247.71º 0.28% 1% -
XYZ 57.02 52.77 100.95 -
YUV 194.67 161.48 126.81 -
System Red Green Blue C M Y K H S L
Decimal 193 184 254 0.24 0.28 0 0.00 247.71 0.97 0.86
Hex C1 B8 FE 18 1C 0 0 F8 61 56
Octal 301 270 376 30 34 0 0 370 141 126
Binary 11000001 10111000 11111110 11000 11100 0 0 11111000 1100001 1010110

Color Harmonies of #C1B8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B8FE

Black with #C1B8FE

Text Example


Text Example

White with #C1B8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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