Html Css Color HEX #C2B8F4 Melrose

📋 copy color: '#C2B8F4'

red 194 ◦ green 184 ◦ blue 244

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

Shades of Melrose #C2B8F4

Tints of Melrose #C2B8F4

RGB

 RED value IS 194 (76.17% from 255) = 31.19%

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

 BLUE value IS 244 (95.7% from 255) = 39.23%

R = 31.19%
G = 29.58%
B = 39.23%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C2B8F4 (or 0xC2B8F4) is known color: Melrose. HEX triplet: C2, B8 and F4. RGB value is (194,184,244). Sum of RGB (Red+Green+Blue) = 194+184+244=622 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.19% from 622); Green value is 184 (72.27% from 255 or 29.58% from 622); Blue value is 244 (95.70% from 255 or 39.23% from 622); Max value from RGB is 244 - color contains mainly: blue. Hex color #C2B8F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B8F4 is #3D470B. Grayscale: #C1C1C1. Windows color (decimal): -4015884 or 16038082. OLE color: 16038082.

HSL color Cylindrical-coordinate representation of color #C2B8F4: hue angle of 250º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2B8F4 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 184 244 -
CMYK 0.20 0.25 0 0.04
HSL 250º 0.73% 0.84% -
HSV(B) 250º 0.25% 0.96% -
XYZ 55.72 52.28 92.74 -
YUV 193.83 156.31 128.12 -
System Red Green Blue C M Y K H S L
Decimal 194 184 244 0.20 0.25 0 0.04 250 0.73 0.84
Hex C2 B8 F4 14 19 0 4 FA 49 54
Octal 302 270 364 24 31 0 4 372 111 124
Binary 11000010 10111000 11110100 10100 11001 0 100 11111010 1001001 1010100

Color Harmonies of #C2B8F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B8F4

Black with #C2B8F4

Text Example


Text Example

White with #C2B8F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B8F4; }

 p { color: rgb(194,184,244); }

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

background-color css

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

 a { background-color: rgb(194,184,244); }

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

border-color css

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

 span { border-color: rgb(194,184,244); }

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