Html Css Color HEX #C8BECB Prelude

📋 copy color: '#C8BECB'

red 200 ◦ green 190 ◦ blue 203

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

Shades of Prelude #C8BECB

Tints of Prelude #C8BECB

RGB

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

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

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

R = 33.73%
G = 32.04%
B = 34.23%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C8BECB (or 0xC8BECB) is known color: Prelude. HEX triplet: C8, BE and CB. RGB value is (200,190,203). Sum of RGB (Red+Green+Blue) = 200+190+203=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 203 - color contains mainly: blue. Hex color #C8BECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BECB is #374134. Grayscale: #C2C2C2. Windows color (decimal): -3621173 or 13352648. OLE color: 13352648.

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

Color convert

RGB 200 190 203 -
CMYK 0.01 0.06 0 0.20
HSL 286.15º 0.11% 0.77% -
HSV(B) 286.15º 0.06% 0.8% -
XYZ 53.01 53.42 64.02 -
YUV 194.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 200 190 203 0.01 0.06 0 0.20 286.15 0.11 0.77
Hex C8 BE CB 1 6 0 14 11E B 4D
Octal 310 276 313 1 6 0 24 436 13 115
Binary 11001000 10111110 11001011 1 110 0 10100 100011110 1011 1001101

Color Harmonies of #C8BECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BECB

Black with #C8BECB

Text Example


Text Example

White with #C8BECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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