Html Css Color HEX #C7BCCE Prelude

📋 copy color: '#C7BCCE'

red 199 ◦ green 188 ◦ blue 206

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

Shades of Prelude #C7BCCE

Tints of Prelude #C7BCCE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.7%

 BLUE value IS 206 (80.86% from 255) = 34.74%

R = 33.56%
G = 31.7%
B = 34.74%

CMYK

 C value IS 0.03

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C7BCCE (or 0xC7BCCE) is known color: Prelude. HEX triplet: C7, BC and CE. RGB value is (199,188,206). Sum of RGB (Red+Green+Blue) = 199+188+206=593 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.56% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7BCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCCE is #384331. Grayscale: #C1C1C1. Windows color (decimal): -3687218 or 13548743. OLE color: 13548743.

HSL color Cylindrical-coordinate representation of color #C7BCCE: hue angle of 276.67º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7BCCE is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 188 206 -
CMYK 0.03 0.09 0 0.19
HSL 276.67º 0.16% 0.77% -
HSV(B) 276.67º 0.09% 0.81% -
XYZ 52.68 52.56 65.76 -
YUV 193.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 199 188 206 0.03 0.09 0 0.19 276.67 0.16 0.77
Hex C7 BC CE 3 9 0 13 115 10 4D
Octal 307 274 316 3 11 0 23 425 20 115
Binary 11000111 10111100 11001110 11 1001 0 10011 100010101 10000 1001101

Color Harmonies of #C7BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BCCE

Black with #C7BCCE

Text Example


Text Example

White with #C7BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BCCE; }

 p { color: rgb(199,188,206); }

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

background-color css

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

 a { background-color: rgb(199,188,206); }

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

border-color css

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

 span { border-color: rgb(199,188,206); }

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