Html Css Color HEX #C2B5CA Prelude

📋 copy color: '#C2B5CA'

red 194 ◦ green 181 ◦ blue 202

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

Shades of Prelude #C2B5CA

Tints of Prelude #C2B5CA

RGB

 RED value IS 194 (76.17% from 255) = 33.62%

 GREEN value IS 181 (71.09% from 255) = 31.37%

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

R = 33.62%
G = 31.37%
B = 35.01%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C2B5CA (or 0xC2B5CA) is known color: Prelude. HEX triplet: C2, B5 and CA. RGB value is (194,181,202). Sum of RGB (Red+Green+Blue) = 194+181+202=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 181 (71.09% from 255 or 31.37% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2B5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B5CA is #3D4A35. Grayscale: #BBBBBB. Windows color (decimal): -4016694 or 13284802. OLE color: 13284802.

HSL color Cylindrical-coordinate representation of color #C2B5CA: hue angle of 277.14º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2B5CA is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 181 202 -
CMYK 0.04 0.10 0 0.21
HSL 277.14º 0.17% 0.75% -
HSV(B) 277.14º 0.1% 0.79% -
XYZ 49.43 48.78 62.69 -
YUV 187.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 194 181 202 0.04 0.10 0 0.21 277.14 0.17 0.75
Hex C2 B5 CA 4 A 0 15 115 11 4B
Octal 302 265 312 4 12 0 25 425 21 113
Binary 11000010 10110101 11001010 100 1010 0 10101 100010101 10001 1001011

Color Harmonies of #C2B5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B5CA

Black with #C2B5CA

Text Example


Text Example

White with #C2B5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B5CA; }

 p { color: rgb(194,181,202); }

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

background-color css

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

 a { background-color: rgb(194,181,202); }

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

border-color css

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

 span { border-color: rgb(194,181,202); }

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