#C4BFB7

Color #C4BFB7 Cloud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloud #C4BFB7

Tints of Cloud #C4BFB7

Color information

#C4BFB7 (or 0xC4BFB7) is unknown color: approx Cloud. HEX triplet: C4, BF and B7. RGB value is (196,191,183). Sum of RGB (Red+Green+Blue) = 196+191+183=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BFB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFB7 is #3B4048. Grayscale: #BFBFBF. Windows color (decimal): -3883081 or 12042180. OLE color: 12042180.

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

Color convert

RGB196191183-
CMYK00.030.070.23
HSL36.92º9.92%74.31%-
HSV(B)36.92º6.63%76.86%-
XYZ49.9452.4252.28-
YUV191.58123.16131.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.39%
GREEN value IS 191 (75% from 255) = 33.51%
BLUE value IS 183 (71.88% from 255) = 32.11%
R=34.39%
G=33.51%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619118300.030.070.2336.929.9274.31
HexC4BFB70371725a4a
Octal304277267037274512112
Binary1100010010111111101101110111111011110010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BFB7; }

 p { color: rgb(196,191,183); }

 H1.HeaderClassName
 {
   color: #C4BFB7;
 }
 .AnyTagClassName
 {
   color: #C4BFB7;
 }
</style>
background-color css

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

 a { background-color: rgb(196,191,183); }

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

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

 span { border-color: rgb(196,191,183); }

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