Html Css Color HEX #C5BFB2 Cloud

📋 copy color: '#C5BFB2'

red 197 ◦ green 191 ◦ blue 178

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

Shades of Cloud #C5BFB2

Tints of Cloud #C5BFB2

RGB

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

 GREEN value IS 191 (75% from 255) = 33.75%

 BLUE value IS 178 (69.92% from 255) = 31.45%

R = 34.81%
G = 33.75%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C5BFB2 (or 0xC5BFB2) is known color: Cloud. HEX triplet: C5, BF and B2. RGB value is (197,191,178). Sum of RGB (Red+Green+Blue) = 197+191+178=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BFB2 is #3A404D. Grayscale: #BFBFBF. Windows color (decimal): -3817550 or 11714501. OLE color: 11714501.

HSL color Cylindrical-coordinate representation of color #C5BFB2: hue angle of 41.05º degrees, saturation: 0.14, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5BFB2 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 191 178 -
CMYK 0 0.03 0.10 0.23
HSL 41.05º 0.14% 0.74% -
HSV(B) 41.05º 0.1% 0.77% -
XYZ 49.69 52.35 49.6 -
YUV 191.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 197 191 178 0 0.03 0.10 0.23 41.05 0.14 0.74
Hex C5 BF B2 0 3 A 17 29 E 4A
Octal 305 277 262 0 3 12 27 51 16 112
Binary 11000101 10111111 10110010 0 11 1010 10111 101001 1110 1001010

Color Harmonies of #C5BFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BFB2

Black with #C5BFB2

Text Example


Text Example

White with #C5BFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BFB2; }

 p { color: rgb(197,191,178); }

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

background-color css

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

 a { background-color: rgb(197,191,178); }

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

border-color css

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

 span { border-color: rgb(197,191,178); }

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