Html Css Color HEX #C7BCCB Prelude

📋 copy color: '#C7BCCB'

red 199 ◦ green 188 ◦ blue 203

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

Shades of Prelude #C7BCCB

Tints of Prelude #C7BCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.41%

R = 33.73%
G = 31.86%
B = 34.41%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C7BCCB (or 0xC7BCCB) is known color: Prelude. HEX triplet: C7, BC and CB. RGB value is (199,188,203). Sum of RGB (Red+Green+Blue) = 199+188+203=590 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.73% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 203 - color contains mainly: blue. Hex color #C7BCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BCCB is #384334. Grayscale: #C0C0C0. Windows color (decimal): -3687221 or 13352135. OLE color: 13352135.

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

Color convert

RGB 199 188 203 -
CMYK 0.02 0.07 0 0.20
HSL 284º 0.13% 0.77% -
HSV(B) 284º 0.07% 0.8% -
XYZ 52.32 52.42 63.86 -
YUV 193 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 199 188 203 0.02 0.07 0 0.20 284 0.13 0.77
Hex C7 BC CB 2 7 0 14 11C D 4D
Octal 307 274 313 2 7 0 24 434 15 115
Binary 11000111 10111100 11001011 10 111 0 10100 100011100 1101 1001101

Color Harmonies of #C7BCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BCCB

Black with #C7BCCB

Text Example


Text Example

White with #C7BCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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