Html Css Color HEX #C8BAF3 Melrose

📋 copy color: '#C8BAF3'

red 200 ◦ green 186 ◦ blue 243

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

Shades of Melrose #C8BAF3

Tints of Melrose #C8BAF3

RGB

 RED value IS 200 (78.52% from 255) = 31.8%

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

 BLUE value IS 243 (95.31% from 255) = 38.63%

R = 31.8%
G = 29.57%
B = 38.63%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C8BAF3 (or 0xC8BAF3) is known color: Melrose. HEX triplet: C8, BA and F3. RGB value is (200,186,243). Sum of RGB (Red+Green+Blue) = 200+186+243=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 243 (95.31% from 255 or 38.63% from 629); Max value from RGB is 243 - color contains mainly: blue. Hex color #C8BAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BAF3 is #37450C. Grayscale: #C4C4C4. Windows color (decimal): -3622157 or 15973064. OLE color: 15973064.

HSL color Cylindrical-coordinate representation of color #C8BAF3: hue angle of 254.74º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8BAF3 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 200 186 243 -
CMYK 0.18 0.23 0 0.05
HSL 254.74º 0.7% 0.84% -
HSV(B) 254.74º 0.23% 0.95% -
XYZ 57.56 53.87 92.16 -
YUV 196.68 154.14 130.37 -
System Red Green Blue C M Y K H S L
Decimal 200 186 243 0.18 0.23 0 0.05 254.74 0.7 0.84
Hex C8 BA F3 12 17 0 5 FF 46 54
Octal 310 272 363 22 27 0 5 377 106 124
Binary 11001000 10111010 11110011 10010 10111 0 101 11111111 1000110 1010100

Color Harmonies of #C8BAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BAF3

Black with #C8BAF3

Text Example


Text Example

White with #C8BAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BAF3; }

 p { color: rgb(200,186,243); }

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

background-color css

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

 a { background-color: rgb(200,186,243); }

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

border-color css

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

 span { border-color: rgb(200,186,243); }

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