Html Css Color HEX #C1B2FC Melrose

📋 copy color: '#C1B2FC'

red 193 ◦ green 178 ◦ blue 252

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

Shades of Melrose #C1B2FC

Tints of Melrose #C1B2FC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.57%

 BLUE value IS 252 (98.83% from 255) = 40.45%

R = 30.98%
G = 28.57%
B = 40.45%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C1B2FC (or 0xC1B2FC) is known color: Melrose. HEX triplet: C1, B2 and FC. RGB value is (193,178,252). Sum of RGB (Red+Green+Blue) = 193+178+252=623 (82% of max value = 765). Red value is 193 (75.78% from 255 or 30.98% from 623); Green value is 178 (69.92% from 255 or 28.57% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #C1B2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1B2FC is #3E4D03. Grayscale: #BEBEBE. Windows color (decimal): -4082948 or 16560833. OLE color: 16560833.

HSL color Cylindrical-coordinate representation of color #C1B2FC: hue angle of 252.16º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C1B2FC is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 178 252 -
CMYK 0.23 0.29 0 0.01
HSL 252.16º 0.93% 0.84% -
HSV(B) 252.16º 0.29% 0.99% -
XYZ 55.48 50.21 98.86 -
YUV 190.92 162.47 129.48 -
System Red Green Blue C M Y K H S L
Decimal 193 178 252 0.23 0.29 0 0.01 252.16 0.93 0.84
Hex C1 B2 FC 17 1D 0 1 FC 5C 54
Octal 301 262 374 27 35 0 1 374 134 124
Binary 11000001 10110010 11111100 10111 11101 0 1 11111100 1011100 1010100

Color Harmonies of #C1B2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B2FC

Black with #C1B2FC

Text Example


Text Example

White with #C1B2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B2FC; }

 p { color: rgb(193,178,252); }

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

background-color css

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

 a { background-color: rgb(193,178,252); }

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

border-color css

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

 span { border-color: rgb(193,178,252); }

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