Html Css Color HEX #C8BECC Prelude

📋 copy color: '#C8BECC'

red 200 ◦ green 190 ◦ blue 204

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

Shades of Prelude #C8BECC

Tints of Prelude #C8BECC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.99%

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

R = 33.67%
G = 31.99%
B = 34.34%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C8BECC (or 0xC8BECC) is known color: Prelude. HEX triplet: C8, BE and CC. RGB value is (200,190,204). Sum of RGB (Red+Green+Blue) = 200+190+204=594 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.67% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 204 - color contains mainly: blue. Hex color #C8BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BECC is #374133. Grayscale: #C2C2C2. Windows color (decimal): -3621172 or 13418184. OLE color: 13418184.

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

Color convert

RGB 200 190 204 -
CMYK 0.02 0.07 0 0.2
HSL 282.86º 0.12% 0.77% -
HSV(B) 282.86º 0.07% 0.8% -
XYZ 53.13 53.47 64.65 -
YUV 194.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 200 190 204 0.02 0.07 0 0.2 282.86 0.12 0.77
Hex C8 BE CC 2 7 0 14 11B C 4D
Octal 310 276 314 2 7 0 24 433 14 115
Binary 11001000 10111110 11001100 10 111 0 10100 100011011 1100 1001101

Color Harmonies of #C8BECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BECC

Black with #C8BECC

Text Example


Text Example

White with #C8BECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BECC; }

 p { color: rgb(200,190,204); }

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

background-color css

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

 a { background-color: rgb(200,190,204); }

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

border-color css

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

 span { border-color: rgb(200,190,204); }

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