Html Css Color HEX #C7BCCD Prelude

📋 copy color: '#C7BCCD'

red 199 ◦ green 188 ◦ blue 205

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

Shades of Prelude #C7BCCD

Tints of Prelude #C7BCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.63%

R = 33.61%
G = 31.76%
B = 34.63%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C7BCCD (or 0xC7BCCD) is known color: Prelude. HEX triplet: C7, BC and CD. RGB value is (199,188,205). Sum of RGB (Red+Green+Blue) = 199+188+205=592 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.61% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCCD is #384332. Grayscale: #C1C1C1. Windows color (decimal): -3687219 or 13483207. OLE color: 13483207.

HSL color Cylindrical-coordinate representation of color #C7BCCD: hue angle of 278.82º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7BCCD is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 188 205 -
CMYK 0.03 0.08 0 0.20
HSL 278.82º 0.15% 0.77% -
HSV(B) 278.82º 0.08% 0.8% -
XYZ 52.56 52.52 65.12 -
YUV 193.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 199 188 205 0.03 0.08 0 0.20 278.82 0.15 0.77
Hex C7 BC CD 3 8 0 14 117 F 4D
Octal 307 274 315 3 10 0 24 427 17 115
Binary 11000111 10111100 11001101 11 1000 0 10100 100010111 1111 1001101

Color Harmonies of #C7BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BCCD

Black with #C7BCCD

Text Example


Text Example

White with #C7BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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