Html Css Color HEX #C7BECA Prelude

📋 copy color: '#C7BECA'

red 199 ◦ green 190 ◦ blue 202

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

Shades of Prelude #C7BECA

Tints of Prelude #C7BECA

RGB

 RED value IS 199 (78.13% from 255) = 33.67%

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

 BLUE value IS 202 (79.3% from 255) = 34.18%

R = 33.67%
G = 32.15%
B = 34.18%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C7BECA (or 0xC7BECA) is known color: Prelude. HEX triplet: C7, BE and CA. RGB value is (199,190,202). Sum of RGB (Red+Green+Blue) = 199+190+202=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 202 - color contains mainly: blue. Hex color #C7BECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BECA is #384135. Grayscale: #C2C2C2. Windows color (decimal): -3686710 or 13287111. OLE color: 13287111.

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

Color convert

RGB 199 190 202 -
CMYK 0.01 0.06 0 0.21
HSL 285º 0.1% 0.77% -
HSV(B) 285º 0.06% 0.79% -
XYZ 52.63 53.23 63.38 -
YUV 194.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 199 190 202 0.01 0.06 0 0.21 285 0.1 0.77
Hex C7 BE CA 1 6 0 15 11D A 4D
Octal 307 276 312 1 6 0 25 435 12 115
Binary 11000111 10111110 11001010 1 110 0 10101 100011101 1010 1001101

Color Harmonies of #C7BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BECA

Black with #C7BECA

Text Example


Text Example

White with #C7BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BECA; }

 p { color: rgb(199,190,202); }

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

background-color css

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

 a { background-color: rgb(199,190,202); }

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

border-color css

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

 span { border-color: rgb(199,190,202); }

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