Html Css Color HEX #C5BBC8 Prelude

📋 copy color: '#C5BBC8'

red 197 ◦ green 187 ◦ blue 200

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

Shades of Prelude #C5BBC8

Tints of Prelude #C5BBC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.25%

R = 33.73%
G = 32.02%
B = 34.25%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C5BBC8 (or 0xC5BBC8) is known color: Prelude. HEX triplet: C5, BB and C8. RGB value is (197,187,200). Sum of RGB (Red+Green+Blue) = 197+187+200=584 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.73% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 200 - color contains mainly: blue. Hex color #C5BBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBC8 is #3A4437. Grayscale: #BFBFBF. Windows color (decimal): -3818552 or 13155269. OLE color: 13155269.

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

Color convert

RGB 197 187 200 -
CMYK 0.02 0.06 0 0.22
HSL 286.15º 0.11% 0.76% -
HSV(B) 286.15º 0.07% 0.78% -
XYZ 51.22 51.58 61.9 -
YUV 191.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 197 187 200 0.02 0.06 0 0.22 286.15 0.11 0.76
Hex C5 BB C8 2 6 0 16 11E B 4C
Octal 305 273 310 2 6 0 26 436 13 114
Binary 11000101 10111011 11001000 10 110 0 10110 100011110 1011 1001100

Color Harmonies of #C5BBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BBC8

Black with #C5BBC8

Text Example


Text Example

White with #C5BBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BBC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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