Html Css Color HEX #C7BCCC Prelude

📋 copy color: '#C7BCCC'

red 199 ◦ green 188 ◦ blue 204

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

Shades of Prelude #C7BCCC

Tints of Prelude #C7BCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.52%

R = 33.67%
G = 31.81%
B = 34.52%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C7BCCC (or 0xC7BCCC) is known color: Prelude. HEX triplet: C7, BC and CC. RGB value is (199,188,204). Sum of RGB (Red+Green+Blue) = 199+188+204=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 204 - color contains mainly: blue. Hex color #C7BCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCCC is #384333. Grayscale: #C1C1C1. Windows color (decimal): -3687220 or 13417671. OLE color: 13417671.

HSL color Cylindrical-coordinate representation of color #C7BCCC: hue angle of 281.25º degrees, saturation: 0.14, 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 #C7BCCC is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 188 204 -
CMYK 0.02 0.08 0 0.2
HSL 281.25º 0.14% 0.77% -
HSV(B) 281.25º 0.08% 0.8% -
XYZ 52.44 52.47 64.49 -
YUV 193.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 199 188 204 0.02 0.08 0 0.2 281.25 0.14 0.77
Hex C7 BC CC 2 8 0 14 119 E 4D
Octal 307 274 314 2 10 0 24 431 16 115
Binary 11000111 10111100 11001100 10 1000 0 10100 100011001 1110 1001101

Color Harmonies of #C7BCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BCCC

Black with #C7BCCC

Text Example


Text Example

White with #C7BCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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