Html Css Color HEX #C8BCCF Prelude

📋 copy color: '#C8BCCF'

red 200 ◦ green 188 ◦ blue 207

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

Shades of Prelude #C8BCCF

Tints of Prelude #C8BCCF

RGB

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

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

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

R = 33.61%
G = 31.6%
B = 34.79%

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

#C8BCCF (or 0xC8BCCF) is known color: Prelude. HEX triplet: C8, BC and CF. RGB value is (200,188,207). Sum of RGB (Red+Green+Blue) = 200+188+207=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 207 - color contains mainly: blue. Hex color #C8BCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BCCF is #374330. Grayscale: #C1C1C1. Windows color (decimal): -3621681 or 13614280. OLE color: 13614280.

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

Color convert

RGB 200 188 207 -
CMYK 0.03 0.09 0 0.19
HSL 277.89º 0.17% 0.77% -
HSV(B) 277.89º 0.09% 0.81% -
XYZ 53.07 52.75 66.42 -
YUV 193.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 200 188 207 0.03 0.09 0 0.19 277.89 0.17 0.77
Hex C8 BC CF 3 9 0 13 116 11 4D
Octal 310 274 317 3 11 0 23 426 21 115
Binary 11001000 10111100 11001111 11 1001 0 10011 100010110 10001 1001101

Color Harmonies of #C8BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BCCF

Black with #C8BCCF

Text Example


Text Example

White with #C8BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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