#BAD5C4

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

Shades of Nebula #BAD5C4

Tints of Nebula #BAD5C4

Color information

#BAD5C4 (or 0xBAD5C4) is unknown color: approx Nebula. HEX triplet: BA, D5 and C4. RGB value is (186,213,196). Sum of RGB (Red+Green+Blue) = 186+213+196=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAD5C4 is #452A3B. Grayscale: #CBCBCB. Windows color (decimal): -4532796 or 12899770. OLE color: 12899770.

HSL color Cylindrical-coordinate representation of color #BAD5C4: hue angle of 142.22º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAD5C4 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB186213196-
CMYK0.1300.080.16
HSL142.22º24.32%78.24%-
HSV(B)142.22º12.68%83.53%-
XYZ54.0162.0161.35-
YUV202.99124.05115.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.26%
GREEN value IS 213 (83.59% from 255) = 35.80%
BLUE value IS 196 (76.95% from 255) = 32.94%
R=31.26%
G=35.80%
B=32.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862131960.1300.080.16142.2224.3278.24
HexBAD5C4D08108e184e
Octal272325304150102021630116
Binary1011101011010101110001001101010001000010001110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD5C4; }

 p { color: rgb(186,213,196); }

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

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

 a { background-color: rgb(186,213,196); }

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

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

 span { border-color: rgb(186,213,196); }

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