#C1BEBA

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

Shades of Cloud #C1BEBA

Tints of Cloud #C1BEBA

Color information

#C1BEBA (or 0xC1BEBA) is unknown color: approx Cloud. HEX triplet: C1, BE and BA. RGB value is (193,190,186). Sum of RGB (Red+Green+Blue) = 193+190+186=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BEBA is #3E4145. Grayscale: #BEBEBE. Windows color (decimal): -4079942 or 12238529. OLE color: 12238529.

HSL color Cylindrical-coordinate representation of color #C1BEBA: hue angle of 34.29º 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 #C1BEBA is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB193190186-
CMYK00.020.040.24
HSL34.29º5.34%74.31%-
HSV(B)34.29º3.63%75.69%-
XYZ49.2751.7153.84-
YUV190.44125.49129.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.92%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=33.92%
G=33.39%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319018600.020.040.2434.295.3474.31
HexC1BEBA024182254a
Octal30127627202430425112
Binary110000011011111010111010010100110001000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BEBA; }

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

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

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

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

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

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

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

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