Html Css Color HEX #C5BBCA Prelude

📋 copy color: '#C5BBCA'

red 197 ◦ green 187 ◦ blue 202

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

Shades of Prelude #C5BBCA

Tints of Prelude #C5BBCA

RGB

 RED value IS 197 (77.34% from 255) = 33.62%

 GREEN value IS 187 (73.44% from 255) = 31.91%

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

R = 33.62%
G = 31.91%
B = 34.47%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C5BBCA (or 0xC5BBCA) is known color: Prelude. HEX triplet: C5, BB and CA. RGB value is (197,187,202). Sum of RGB (Red+Green+Blue) = 197+187+202=586 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.62% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 202 - color contains mainly: blue. Hex color #C5BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBCA is #3A4435. Grayscale: #BFBFBF. Windows color (decimal): -3818550 or 13286341. OLE color: 13286341.

HSL color Cylindrical-coordinate representation of color #C5BBCA: hue angle of 280º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5BBCA is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 197 187 202 -
CMYK 0.02 0.07 0 0.21
HSL 280º 0.12% 0.76% -
HSV(B) 280º 0.07% 0.79% -
XYZ 51.46 51.68 63.14 -
YUV 191.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 197 187 202 0.02 0.07 0 0.21 280 0.12 0.76
Hex C5 BB CA 2 7 0 15 118 C 4C
Octal 305 273 312 2 7 0 25 430 14 114
Binary 11000101 10111011 11001010 10 111 0 10101 100011000 1100 1001100

Color Harmonies of #C5BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BBCA

Black with #C5BBCA

Text Example


Text Example

White with #C5BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BBCA; }

 p { color: rgb(197,187,202); }

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

background-color css

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

 a { background-color: rgb(197,187,202); }

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

border-color css

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

 span { border-color: rgb(197,187,202); }

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