#C3BFBA

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

Shades of Cloud #C3BFBA

Tints of Cloud #C3BFBA

Color information

#C3BFBA (or 0xC3BFBA) is unknown color: approx Cloud. HEX triplet: C3, BF and BA. RGB value is (195,191,186). Sum of RGB (Red+Green+Blue) = 195+191+186=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFBA is #3C4045. Grayscale: #BFBFBF. Windows color (decimal): -3948614 or 12238787. OLE color: 12238787.

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

Color convert

RGB195191186-
CMYK00.020.050.24
HSL33.33º6.98%74.71%-
HSV(B)33.33º4.62%76.47%-
XYZ5052.4153.94-
YUV191.63124.83130.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.09%
GREEN value IS 191 (75% from 255) = 33.39%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=34.09%
G=33.39%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519118600.020.050.2433.336.9874.71
HexC3BFBA025182174b
Octal30327727202530417113
Binary110000111011111110111010010101110001000011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFBA; }

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

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

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

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

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

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

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

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