Html Css Color HEX #C7BAD0 Prelude

📋 copy color: '#C7BAD0'

red 199 ◦ green 186 ◦ blue 208

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

Shades of Prelude #C7BAD0

Tints of Prelude #C7BAD0

RGB

 RED value IS 199 (78.13% from 255) = 33.56%

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

 BLUE value IS 208 (81.64% from 255) = 35.08%

R = 33.56%
G = 31.37%
B = 35.08%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C7BAD0 (or 0xC7BAD0) is known color: Prelude. HEX triplet: C7, BA and D0. RGB value is (199,186,208). Sum of RGB (Red+Green+Blue) = 199+186+208=593 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.56% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 208 - color contains mainly: blue. Hex color #C7BAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BAD0 is #38452F. Grayscale: #C0C0C0. Windows color (decimal): -3687728 or 13679303. OLE color: 13679303.

HSL color Cylindrical-coordinate representation of color #C7BAD0: hue angle of 275.45º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7BAD0 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 186 208 -
CMYK 0.04 0.11 0 0.18
HSL 275.45º 0.19% 0.77% -
HSV(B) 275.45º 0.11% 0.82% -
XYZ 52.5 51.81 66.91 -
YUV 192.4 136.81 132.71 -
System Red Green Blue C M Y K H S L
Decimal 199 186 208 0.04 0.11 0 0.18 275.45 0.19 0.77
Hex C7 BA D0 4 B 0 12 113 13 4D
Octal 307 272 320 4 13 0 22 423 23 115
Binary 11000111 10111010 11010000 100 1011 0 10010 100010011 10011 1001101

Color Harmonies of #C7BAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BAD0

Black with #C7BAD0

Text Example


Text Example

White with #C7BAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BAD0; }

 p { color: rgb(199,186,208); }

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

background-color css

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

 a { background-color: rgb(199,186,208); }

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

border-color css

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

 span { border-color: rgb(199,186,208); }

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