Html Css Color HEX #C7BCCF Prelude

📋 copy color: '#C7BCCF'

red 199 ◦ green 188 ◦ blue 207

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

Shades of Prelude #C7BCCF

Tints of Prelude #C7BCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.85%

R = 33.5%
G = 31.65%
B = 34.85%

CMYK

 C value IS 0.04

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C7BCCF (or 0xC7BCCF) is known color: Prelude. HEX triplet: C7, BC and CF. RGB value is (199,188,207). Sum of RGB (Red+Green+Blue) = 199+188+207=594 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.50% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 207 - color contains mainly: blue. Hex color #C7BCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCCF is #384330. Grayscale: #C1C1C1. Windows color (decimal): -3687217 or 13614279. OLE color: 13614279.

HSL color Cylindrical-coordinate representation of color #C7BCCF: hue angle of 274.74º degrees, saturation: 0.17, 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 #C7BCCF is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 188 207 -
CMYK 0.04 0.09 0 0.19
HSL 274.74º 0.17% 0.77% -
HSV(B) 274.74º 0.09% 0.81% -
XYZ 52.8 52.61 66.4 -
YUV 193.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 199 188 207 0.04 0.09 0 0.19 274.74 0.17 0.77
Hex C7 BC CF 4 9 0 13 113 11 4D
Octal 307 274 317 4 11 0 23 423 21 115
Binary 11000111 10111100 11001111 100 1001 0 10011 100010011 10001 1001101

Color Harmonies of #C7BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BCCF

Black with #C7BCCF

Text Example


Text Example

White with #C7BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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