#C1BFBA

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

Shades of Cloud #C1BFBA

Tints of Cloud #C1BFBA

Color information

#C1BFBA (or 0xC1BFBA) is unknown color: approx Cloud. HEX triplet: C1, BF and BA. RGB value is (193,191,186). Sum of RGB (Red+Green+Blue) = 193+191+186=570 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.86% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BFBA is #3E4045. Grayscale: #BFBFBF. Windows color (decimal): -4079686 or 12238785. OLE color: 12238785.

HSL color Cylindrical-coordinate representation of color #C1BFBA: hue angle of 42.86º degrees, saturation: 0.05, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C1BFBA is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB193191186-
CMYK00.010.040.24
HSL42.86º5.34%74.31%-
HSV(B)42.86º3.63%75.69%-
XYZ49.4952.1453.91-
YUV191.03125.16129.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.86%
GREEN value IS 191 (75% from 255) = 33.51%
BLUE value IS 186 (73.05% from 255) = 32.63%
R=33.86%
G=33.51%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319118600.010.040.2442.865.3474.31
HexC1BFBA014182b54a
Octal30127727201430535112
Binary11000001101111111011101001100110001010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BFBA; }

 p { color: rgb(193,191,186); }

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

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

 a { background-color: rgb(193,191,186); }

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

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

 span { border-color: rgb(193,191,186); }

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