Html Css Color HEX #C8BECF Prelude

📋 copy color: '#C8BECF'

red 200 ◦ green 190 ◦ blue 207

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

Shades of Prelude #C8BECF

Tints of Prelude #C8BECF

RGB

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

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

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

R = 33.5%
G = 31.83%
B = 34.67%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C8BECF (or 0xC8BECF) is known color: Prelude. HEX triplet: C8, BE and CF. RGB value is (200,190,207). Sum of RGB (Red+Green+Blue) = 200+190+207=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 207 - color contains mainly: blue. Hex color #C8BECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BECF is #374130. Grayscale: #C2C2C2. Windows color (decimal): -3621169 or 13614792. OLE color: 13614792.

HSL color Cylindrical-coordinate representation of color #C8BECF: hue angle of 275.29º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8BECF is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 190 207 -
CMYK 0.03 0.08 0 0.19
HSL 275.29º 0.15% 0.78% -
HSV(B) 275.29º 0.08% 0.81% -
XYZ 53.5 53.61 66.56 -
YUV 194.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 200 190 207 0.03 0.08 0 0.19 275.29 0.15 0.78
Hex C8 BE CF 3 8 0 13 113 F 4E
Octal 310 276 317 3 10 0 23 423 17 116
Binary 11001000 10111110 11001111 11 1000 0 10011 100010011 1111 1001110

Color Harmonies of #C8BECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BECF

Black with #C8BECF

Text Example


Text Example

White with #C8BECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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