Html Css Color HEX #C8BCCE Prelude

📋 copy color: '#C8BCCE'

red 200 ◦ green 188 ◦ blue 206

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

Shades of Prelude #C8BCCE

Tints of Prelude #C8BCCE

RGB

 RED value IS 200 (78.52% from 255) = 33.67%

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

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

R = 33.67%
G = 31.65%
B = 34.68%

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

#C8BCCE (or 0xC8BCCE) is known color: Prelude. HEX triplet: C8, BC and CE. RGB value is (200,188,206). Sum of RGB (Red+Green+Blue) = 200+188+206=594 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.67% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 206 - color contains mainly: blue. Hex color #C8BCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCCE is #374331. Grayscale: #C1C1C1. Windows color (decimal): -3621682 or 13548744. OLE color: 13548744.

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

Color convert

RGB 200 188 206 -
CMYK 0.03 0.09 0 0.19
HSL 280º 0.16% 0.77% -
HSV(B) 280º 0.09% 0.81% -
XYZ 52.94 52.7 65.77 -
YUV 193.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 200 188 206 0.03 0.09 0 0.19 280 0.16 0.77
Hex C8 BC CE 3 9 0 13 118 10 4D
Octal 310 274 316 3 11 0 23 430 20 115
Binary 11001000 10111100 11001110 11 1001 0 10011 100011000 10000 1001101

Color Harmonies of #C8BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BCCE

Black with #C8BCCE

Text Example


Text Example

White with #C8BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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